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
This commit is contained in:
Toshi MARUYAMA 2011-12-23 12:19:54 +00:00
parent e5275453db
commit 50b6ab9de2
1 changed files with 1 additions and 1 deletions

View File

@ -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' }