Commit 7b22bd379a0721107f12cc24cd9b75ce57a1688d

Authored by AntonioTerceiro
1 parent ea8886c0

ActionItem114: hardening enterprise_registration route



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@856 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/integration/routing_test.rb
... ... @@ -23,6 +23,7 @@ class RoutingTest < ActionController::IntegrationTest
23 23  
24 24 def test_enterprise_registration_controller
25 25 assert_routing('/enterprise_registration', :controller => 'enterprise_registration', :action => 'index')
  26 + assert_routing('/enterprise_registration/lala', :controller => 'enterprise_registration', :action => 'lala')
26 27 end
27 28  
28 29 def test_new_password
... ...