summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 1ab7e9e03..11bd52c83 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -278,7 +278,10 @@ module Redmine
end
class HelperTest < ActionView::TestCase
-
+ def setup
+ super
+ User.current = nil
+ end
end
class ControllerTest < ActionController::TestCase