class ApplicationIntegrationTest::MountedApp

Public Class Methods

call(*) click to toggle source
# File actionpack/test/controller/integration_test.rb, line 657
def self.call(*)
end
routes() click to toggle source
# File actionpack/test/controller/integration_test.rb, line 649
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end