diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-03 23:18:32 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-03 23:18:32 -0500 |
commit | 61411f2aeb29edba2d8cd2008020044799ea3d61 (patch) | |
tree | d2e6c4b5a30e27a9b8739ed6a050c30e7be70d20 /actionpack/test/lib/controller | |
parent | 8287a112c92aff73d45536f0942d9dc7ba107bd7 (diff) | |
download | rails-61411f2aeb29edba2d8cd2008020044799ea3d61.tar.gz rails-61411f2aeb29edba2d8cd2008020044799ea3d61.tar.bz2 rails-61411f2aeb29edba2d8cd2008020044799ea3d61.zip |
Redraw default routes on all internal integration tests. We don't need SimpleRouteCase anymore
Diffstat (limited to 'actionpack/test/lib/controller')
-rw-r--r-- | actionpack/test/lib/controller/fake_controllers.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb index 7a0216e73c..9ec7f330b8 100644 --- a/actionpack/test/lib/controller/fake_controllers.rb +++ b/actionpack/test/lib/controller/fake_controllers.rb @@ -44,8 +44,3 @@ class ChannelsController < SpeedController; end class ChannelVideosController < SpeedController; end class LostPasswordsController < SpeedController; end class PagesController < SpeedController; end - -ActionController::Routing::Routes.draw do |map| - map.route_one 'route_one', :controller => 'elsewhere', :action => 'flash_me' - map.connect ':controller/:action/:id' -end |