Skip to content

Commit

Permalink
song test #2 echo chamber again
Browse files Browse the repository at this point in the history
  • Loading branch information
skmetz authored and kytrinyx committed Apr 10, 2024
1 parent 67cf84e commit ed30b90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/bottles_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def test_a_few_verses

def test_the_whole_song
bottles = Bottles.new
assert_equal bottles.verses(99, 0), bottles.song
expected =
99.downto(0).collect {|i| bottles.verse(i)
}.join("\n")
assert_equal expected, bottles.song
end
end

0 comments on commit ed30b90

Please sign in to comment.