diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index 6ae3a28..cd3cf1a 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -119,7 +119,7 @@ class RoutingTest < ActionController::IntegrationTest end def test_content_view_with_dash - assert_routing('/ze-withdash', :controller => 'content_viewer', :action => 'view_page', :profile => 'ze.withdash', :page => []) + assert_routing('/ze-withdash', :controller => 'content_viewer', :action => 'view_page', :profile => 'ze-withdash', :page => []) end end -- libgit2 0.21.2