4 lines
95 B
Text
4 lines
95 B
Text
squish import :assert :assertions
|
|
|
|
assert_equal 42 42
|
|
assert_equal 13 42 #Raises an exception
|