]> source.dussan.org Git - redmine.git/commitdiff
make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 21 Dec 2013 11:13:39 +0000 (11:13 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 21 Dec 2013 11:13:39 +0000 (11:13 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12428 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/watchers_helper_test.rb

index ce45274693dbbab8c58de64e6ab7fc021ef22df7..ddc9190798b4436d151b65c6cb0066cb54019aaf 100644 (file)
@@ -20,6 +20,7 @@ require File.expand_path('../../../test_helper', __FILE__)
 class WatchersHelperTest < ActionView::TestCase
   include WatchersHelper
   include Redmine::I18n
+  include Rails.application.routes.url_helpers
 
   fixtures :users, :issues