Methods
A
T
Constants
DefaultScopeRoutes = ActionDispatch::Routing::RouteSet.new
 
Instance Public methods
app()
# File actionpack/test/dispatch/routing_test.rb, line 2600
def app
  DefaultScopeRoutes
end
test_controller_options()
# File actionpack/test/dispatch/routing_test.rb, line 2604
def test_controller_options
  get '/admin/storage_files'
  assert_equal "admin/storage_files#index", @response.body
end