From 50b6ab9de2717be764d65021a3ee1cfccdb878b6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 23 Dec 2011 12:19:54 +0000 Subject: 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 --- test/integration/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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' } -- cgit v1.2.3