diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-23 12:19:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-23 12:19:54 +0000 |
commit | 50b6ab9de2717be764d65021a3ee1cfccdb878b6 (patch) | |
tree | cbd858422e7e71976099b3857262d1494e326154 /test | |
parent | e5275453db8b2fd62b513e0ac3912d086e05a960 (diff) | |
download | redmine-50b6ab9de2717be764d65021a3ee1cfccdb878b6.tar.gz redmine-50b6ab9de2717be764d65021a3ee1cfccdb878b6.zip |
test: route: fix duplicate "test_roles"
This is introduced by r8189 and r8230 in trunk.
So, this is not effect in 1.3-stable.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8325 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/routing_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index 7e1e9eca4..e0b53cbf1 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../test_helper', __FILE__) class RoutingTest < ActionController::IntegrationTest - def test_roles + def test_enumerations assert_routing( { :method => 'get', :path => "/enumerations" }, { :controller => 'enumerations', :action => 'index' } |