From 400781c476eb0c2c4b07b57ebcfd7715855cdcfe Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 2 Jan 2013 11:57:55 -0300 Subject: [PATCH] Fix a routing test --- test/integration/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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