summaryrefslogtreecommitdiffstats
path: root/test/unit/enumeration_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-16 17:23:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-16 17:23:31 +0000
commit2576292959f2fb7bf226f18e1903424e1c540930 (patch)
tree5f8ffdc38d08b23fb631a39174a95e9e15c57e78 /test/unit/enumeration_test.rb
parentba14bc48026901a658313f0901ec34b3e2fcb77b (diff)
downloadredmine-2576292959f2fb7bf226f18e1903424e1c540930.tar.gz
redmine-2576292959f2fb7bf226f18e1903424e1c540930.zip
Set User.current to nil before unit tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@17761 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/enumeration_test.rb')
-rw-r--r--test/unit/enumeration_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/enumeration_test.rb b/test/unit/enumeration_test.rb
index 3efba77b7..7eeafd2af 100644
--- a/test/unit/enumeration_test.rb
+++ b/test/unit/enumeration_test.rb
@@ -20,6 +20,10 @@ require File.expand_path('../../test_helper', __FILE__)
class EnumerationTest < ActiveSupport::TestCase
fixtures :enumerations, :issues, :custom_fields, :custom_values
+ def setup
+ User.current = nil
+ end
+
def test_objects_count
# low priority
assert_equal 6, Enumeration.find(4).objects_count