Skip to content

Instantly share code, notes, and snippets.

@PamBWillenz
Created April 8, 2015 16:40
Show Gist options
  • Save PamBWillenz/b26bfb46be8a90867dcf to your computer and use it in GitHub Desktop.
Save PamBWillenz/b26bfb46be8a90867dcf to your computer and use it in GitHub Desktop.
Debugging Code
def hello
"Hello World"
end
# describe "hello" do
# it "should return 'Hello World'" do
# expect(hello).to eq("Hello World")
# end
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment