aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller')
-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 1dc61df5fb..dc94e9920d 100644
--- a/actionpack/test/controller/routing_test.rb
+++ b/actionpack/test/controller/routing_test.rb
@@ -1605,7 +1605,7 @@ class RouteSetTest < Test::Unit::TestCase
assert_equal "/about", url
end
- def test_generate_extras
+ def test_generate
set.draw { |map| map.connect ':controller/:action/:id' }
args = { :controller => "foo", :action => "bar", :id => "7", :x => "y" }