summaryrefslogtreecommitdiff
path: root/spec/support/test_env.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-07-06 14:45:29 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-07-07 12:48:34 +0200
commit78089d1153ce9a2e3d32cbcaafb8f9757c56a9d4 (patch)
treef0f57d7fea851bf85b4c14449161ef38ffd8a00c /spec/support/test_env.rb
parentf63ca524c9d80107d2328e3d8175d04aad9b4b8a (diff)
downloadgitlab-ce-78089d1153ce9a2e3d32cbcaafb8f9757c56a9d4.tar.gz
Remove option to disable Gitaly completely
Diffstat (limited to 'spec/support/test_env.rb')
-rw-r--r--spec/support/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index 32546abcad4..0cae5620920 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -69,7 +69,7 @@ module TestEnv
# Setup GitLab shell for test instance
setup_gitlab_shell
- setup_gitaly if Gitlab::GitalyClient.enabled?
+ setup_gitaly
# Create repository for FactoryGirl.create(:project)
setup_factory_repo