module ActionDispatch::Integration::Runner

def integration_session

def integration_session
  @integration_session ||= create_session(app)
end