# File 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