summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/repository_git_test.rb')
-rw-r--r--test/unit/repository_git_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb
index 4f223a96c..1bdab9c99 100644
--- a/test/unit/repository_git_test.rb
+++ b/test/unit/repository_git_test.rb
@@ -40,6 +40,7 @@ class RepositoryGitTest < ActiveSupport::TestCase
JRUBY_SKIP_STR = "TODO: This test fails in JRuby"
def setup
+ User.current = nil
@project = Project.find(3)
@repository = Repository::Git.create(
:project => @project,