From d4c38d8cfa934bd461daab703b7f2e44f009dc2f Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Tue, 10 Jun 2008 00:13:34 +0000 Subject: [PATCH] ActionItem392: oops: fix test for routing dont math profile with dot or dash --- 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 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