method
add_error
v3.1.0 -
Show latest stable
- Class:
ActiveSupport::Testing::ProxyTestResult
add_error(e)public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 19
def add_error(e)
e = Test::Unit::Error.new(e.test_name, RemoteError.new(e.exception))
@calls << [:add_error, e]
end