method
from_response
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::TestResponse
from_response(response)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_response.rb, line 14
def self.from_response(response)
new response.status, response.headers, response.body
end