method

respond_to_missing?

respond_to_missing?(name, include_private = false)
private

No documentation available.

# File actionpack/lib/action_dispatch/system_test_case.rb, line 189
      def respond_to_missing?(name, include_private = false)
        url_helpers.respond_to?(name)
      end