summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-11-29 16:58:00 +0100
committerJacob Vosmaer <jacob@gitlab.com>2017-11-29 16:58:00 +0100
commite1ca129383f058e879a3b8bff9d1d819c64902f4 (patch)
tree95efe8d449106e6df1398c7f1d9035ba988a595f
parent0e58447d640044e043629de8b1717198a930cebc (diff)
downloadgitlab-ce-gitaly-test-home.tar.gz
fix rubocop offensegitaly-test-home
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index faaa53b90fb..242a2230b67 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -208,5 +208,5 @@ Shoulda::Matchers.configure do |config|
end
end
-#Prevent Rugged from picking up local developer gitconfig.
+# Prevent Rugged from picking up local developer gitconfig.
Rugged::Settings['search_path_global'] = Rails.root.join('tmp/tests').to_s