Flowdock
method

add_error

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActiveSupport::Testing::ProxyTestResult
add_error(e) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.