Commit d4c38d8cfa934bd461daab703b7f2e44f009dc2f

Authored by JoenioCosta
1 parent c56042e1

ActionItem392: oops: fix test for routing dont math profile with dot or dash


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1974 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/integration/routing_test.rb
... ... @@ -119,7 +119,7 @@ class RoutingTest < ActionController::IntegrationTest
119 119 end
120 120  
121 121 def test_content_view_with_dash
122   - assert_routing('/ze-withdash', :controller => 'content_viewer', :action => 'view_page', :profile => 'ze.withdash', :page => [])
  122 + assert_routing('/ze-withdash', :controller => 'content_viewer', :action => 'view_page', :profile => 'ze-withdash', :page => [])
123 123 end
124 124  
125 125 end
... ...