]> source.dussan.org Git - redmine.git/commitdiff
test: route: fix duplicate "test_roles"
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 23 Dec 2011 12:19:54 +0000 (12:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 23 Dec 2011 12:19:54 +0000 (12:19 +0000)
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

index 7e1e9eca434c31f9cb775a15a170eb32d9606a62..e0b53cbf106ae9765b6ec27ad1e6f8c5197c5a42 100644 (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' }