instance method
__replay__
Ruby on Rails 4.0.13
Since v3.0.20 Last seen in v4.0.13Signature
__replay__(result)
No documentation comment.
Parameters
-
resultreq
Source
# File activesupport/lib/active_support/testing/isolation.rb, line 26
def __replay__(result)
@calls.each do |name, args|
result.send(name, *args)
end
end
Defined in activesupport/lib/active_support/testing/isolation.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::ProxyTestResult