method
test_hello_07_08
v1_9_1_378 -
Show latest stable
- Class:
WadlerExample
test_hello_07_08()public
No documentation available.
# File lib/prettyprint.rb, line 424
def test_hello_07_08
expected = hello abcd.chomp
assert_equal(expected, hello(7))
assert_equal(expected, hello(8))
end