Skip to content

Commit

Permalink
Add the otherwise case to fizzbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmari Vacklin committed May 20, 2012
1 parent 63b60ca commit c921f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/i_am_a_horse_in_the_land_of_booleans_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
(abs 42) => 42)

(facts "fizzbuzz"
(fizzbuzz 2) => ""
(fizzbuzz 45) => "gotcha!"
(fizzbuzz 48) => "fizz"
(fizzbuzz 70) => "buzz")

0 comments on commit c921f18

Please sign in to comment.