diff options
-rw-r--r-- | test/test_helper.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 4754aaf06..1eb2c7a34 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -279,14 +279,3 @@ module Redmine end end end - -# URL helpers do not work with config.threadsafe! -# https://github.com/rspec/rspec-rails/issues/476#issuecomment-4705454 -ActionView::TestCase::TestController.instance_eval do - helper Rails.application.routes.url_helpers -end -ActionView::TestCase::TestController.class_eval do - def _routes - Rails.application.routes - end -end |