Created
August 18, 2014 21:11
-
-
Save hackjoy/e4add66dd5f61bc6a91a to your computer and use it in GitHub Desktop.
bottles_test_5.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
# ... previous setup and tests not shown for brevity ... | |
def test_the_whole_song | |
assert_equal bottles.verses(99, 0), bottles.song | |
end | |
# skipped tests not shown for brevity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment