Last active
August 29, 2015 14:05
-
-
Save hackjoy/e73b6d89032209514d88 to your computer and use it in GitHub Desktop.
bottles_test_2.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ...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