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