Skip to content

Instantly share code, notes, and snippets.

@hackjoy
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackjoy/e73b6d89032209514d88 to your computer and use it in GitHub Desktop.
Save hackjoy/e73b6d89032209514d88 to your computer and use it in GitHub Desktop.
bottles_test_2.rb
# ...setup and previous test not shown for brevity ...
def test_another_verse
expected = <<-VERSE
89 bottles of beer on the wall, 89 bottles of beer.
Take one down and pass it around, 88 bottles of beer on the wall.
VERSE
assert_equal expected, bottles.verse(89)
end
# ...skipped tests not shown for brevity ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment