Method: ActionDispatch::TestResponse.from_response

Defined in:
actionpack/lib/action_dispatch/testing/test_response.rb

.from_response(response) ⇒ Object



14
15
16
# File 'actionpack/lib/action_dispatch/testing/test_response.rb', line 14

def self.from_response(response)
  new response.status, response.headers, response.body
end