test/mocha/expectation_test.rb in mocha-0.3.2 vs test/mocha/expectation_test.rb in mocha-0.3.3
- old
+ new
@@ -273,9 +273,8 @@
def test_should_not_report_similar_expectations
missing_expectation = MissingExpectation.new(:other_meth, @mock, [expectation]).with(1)
exception = assert_raise(Test::Unit::AssertionFailedError) { missing_expectation.verify }
assert_equal "Unexpected message :other_meth(1) sent to #{@mock.mocha_inspect}", exception.message
- p exception.message
end
end
\ No newline at end of file