method

respond_to_missing?

respond_to_missing?(method, _)
private

No documentation available.

# File actionpack/lib/action_dispatch/testing/integration.rb, line 422
      def respond_to_missing?(method, _)
        integration_session.respond_to?(method) || super
      end