module ActionDispatch::Integration::Runner

def respond_to_missing?(method, _)

def respond_to_missing?(method, _)
  integration_session.respond_to?(method) || super
end