diff options
Diffstat (limited to 'test/unit/project_nested_set_concurrency_test.rb')
-rw-r--r-- | test/unit/project_nested_set_concurrency_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/project_nested_set_concurrency_test.rb b/test/unit/project_nested_set_concurrency_test.rb index 430aab175..771601333 100644 --- a/test/unit/project_nested_set_concurrency_test.rb +++ b/test/unit/project_nested_set_concurrency_test.rb @@ -21,6 +21,7 @@ class ProjectNestedSetConcurrencyTest < ActiveSupport::TestCase self.use_transactional_tests = false def setup + User.current = nil CustomField.delete_all end |