From bc85e6ac4c6c11e9f0009bded6cb31940f80e803 Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Mon, 9 Oct 2006 01:20:36 +0000 Subject: Rename test assertion to prevent shadowing. Closes #6306. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5252 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test') 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" } -- cgit v1.2.3