app()
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/integration.rb, line 491
    def self.app
      if !@@app && !ActionDispatch.test_app
        ActiveSupport::Deprecation.warn "Rails application fallback is deprecated and no longer works, please set ActionDispatch.test_app"
      end

      @@app || ActionDispatch.test_app
    end