##// END OF EJS Templates
Removed unneeded patch in tests....
Jean-Philippe Lang -
r13299:f1308e64af08
parent child
Show More
@@ -279,14 +279,3 module Redmine
279 end
279 end
280 end
280 end
281 end
281 end
282
283 # URL helpers do not work with config.threadsafe!
284 # https://github.com/rspec/rspec-rails/issues/476#issuecomment-4705454
285 ActionView::TestCase::TestController.instance_eval do
286 helper Rails.application.routes.url_helpers
287 end
288 ActionView::TestCase::TestController.class_eval do
289 def _routes
290 Rails.application.routes
291 end
292 end
General Comments 0
You need to be logged in to leave comments. Login now