aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/abstract_unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index b09980cbba..c95673d97e 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -205,7 +205,6 @@ module ActionController
include ActionDispatch::TestProcess
setup do
- # ROUTES TODO: The router object should come from somewhere sane
@router = SharedTestRoutes
end