Skip to content

Commit

Permalink
Revert "Extended default route for match in tests - now it matches co…
Browse files Browse the repository at this point in the history
…ntroller, action, id and format if given."

This reverts commit 05e9d0d.
  • Loading branch information
lukaszx0 authored and drogus committed Sep 5, 2010
1 parent 7ff8a20 commit aac3902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/test/abstract_unit.rb
Expand Up @@ -121,11 +121,11 @@ class TestCase
# have been loaded.
setup_once do
SharedTestRoutes.draw do
match ':controller(/:action(/:id(.:format)))'
match ':controller(/:action)'
end

ActionController::IntegrationTest.app.routes.draw do
match ':controller(/:action(/:id(.:format)))'
match ':controller(/:action)'
end
end
end
Expand Down

0 comments on commit aac3902

Please sign in to comment.