From: Toshi MARUYAMA Date: Fri, 23 Dec 2011 12:19:54 +0000 (+0000) Subject: test: route: fix duplicate "test_roles" X-Git-Tag: 1.4.0~962 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=50b6ab9de2717be764d65021a3ee1cfccdb878b6;p=redmine.git 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 --- 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' }