aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/routing_test.rb')
-rw-r--r--actionpack/test/controller/routing_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb
index 0b2c7b7a4f..192a1540a7 100644
--- a/actionpack/test/controller/routing_test.rb
+++ b/actionpack/test/controller/routing_test.rb
@@ -739,7 +739,7 @@ class LegacyRouteSetTests < ActiveSupport::TestCase
def test_named_root_url_generation_with_controller_and_action
rs.draw do
- root to: "content#index", as: "home"
+ root to: "content#index", as: "home"
end
assert_equal "/", url_for(rs, controller: "content", action: "index")