test/unit/test_assertions.rb in api_pi-0.9 vs test/unit/test_assertions.rb in api_pi-0.9.2
- old
+ new
@@ -93,9 +93,9 @@
assert "not_nil".not_nil?
end
def test_stripped?
assert "stripped".stripped?
- assert_raises(ApiPi::AssertionError) { " not_stripped ". stripped? }
+ assert_raises(ApiPi::AssertionError) { " not_stripped ".stripped? }
end
end
end