Method: ActionDispatch::Integration::Session#cookies

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

#cookiesObject

A map of the cookies returned by the last response, and which will be sent with the next request.



114
115
116
# File 'actionpack/lib/action_dispatch/testing/integration.rb', line 114

def cookies
  _mock_session.cookie_jar
end