module ActionDispatch::Integration::Runner
def reset!
Reset the current session. This is useful for testing multiple sessions
def reset! @integration_session = Integration::Session.new(app) end
def reset! @integration_session = Integration::Session.new(app) end