From 74df7795a836862df503aa23eda403c15b22ca3b Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Fri, 26 Feb 2010 15:58:24 -0800 Subject: [PATCH] Relatively speaking, it's not actually that bad... --- actionpack/test/abstract_unit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index 1213c9d99f..b09980cbba 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -76,8 +76,6 @@ class TestCase match ':controller(/:action(/:id))' end - # ROUTES TODO: Don't do this here - # brodel :'( ActionController::IntegrationTest.app.router.draw do match ':controller(/:action(/:id))' end -- GitLab