FizzBuzzTest

4

tests

0

failures

0

ignored

0.011s

duration

100%

successful

Tests

Test Duration Result
should_show_buzz_when_number_is_divisible_by_5() 0.001s passed
should_show_fizz_when_number_is_divisible_by_3() 0s passed
should_show_fizzbuzz_when_number_is_divisible_by_3_and_5() 0.001s passed
should_show_raw_value_when_number_is_not_divisible_by_3_or_5() 0.009s passed