Methods
A
T
Included Modules
Constants
DefaultScopeRoutes = ActionDispatch::Routing::RouteSet.new
 
Instance Public methods
app()
# File actionpack/test/dispatch/routing_test.rb, line 2625
def app
  DefaultScopeRoutes
end
test_default_scope()
# File actionpack/test/dispatch/routing_test.rb, line 2631
def test_default_scope
  get '/posts'
  assert_equal "blog/posts#index", @response.body
end