class ActionDispatch::Integration::Session

def _mock_session

def _mock_session
  @_mock_session ||= Rack::MockSession.new(@app, host)
end