make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)
git-svn-id: http://svn.redmine.org/redmine/trunk@12428 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fc4df508f0
commit
637e450824
|
@ -20,6 +20,7 @@ require File.expand_path('../../../test_helper', __FILE__)
|
||||||
class WatchersHelperTest < ActionView::TestCase
|
class WatchersHelperTest < ActionView::TestCase
|
||||||
include WatchersHelper
|
include WatchersHelper
|
||||||
include Redmine::I18n
|
include Redmine::I18n
|
||||||
|
include Rails.application.routes.url_helpers
|
||||||
|
|
||||||
fixtures :users, :issues
|
fixtures :users, :issues
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue