Method: ActionDispatch::Integration::Session#response

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

#responseObject (readonly)

A reference to the response instance used by the last request.



125
126
127
# File 'actionpack/lib/action_dispatch/testing/integration.rb', line 125

def response
  @response
end