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