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