diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index eb0fac3..1bbcb8c 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -143,7 +143,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') end def test_content_view_with_underscore -- libgit2 0.21.2