Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/spec/integration_helper.rb')
-rw-r--r--ruby/spec/integration_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/spec/integration_helper.rb b/ruby/spec/integration_helper.rb
index 84a504dc9..fc4f601c0 100644
--- a/ruby/spec/integration_helper.rb
+++ b/ruby/spec/integration_helper.rb
@@ -4,7 +4,7 @@ require 'gitaly'
require 'spec_helper'
SOCKET_PATH = 'gitaly.socket'.freeze
-RUBY_DIR = File.expand_path('../..', __FILE__)
+GITALY_RUBY_DIR = File.expand_path('../..', __FILE__)
TMP_DIR = File.expand_path('../../tmp', __FILE__)
module IntegrationClient
@@ -32,7 +32,7 @@ def start_gitaly
dir = "#{gitlab_shell_dir}"
[gitaly-ruby]
- dir = "#{RUBY_DIR}"
+ dir = "#{GITALY_RUBY_DIR}"
[[storage]]
name = "#{DEFAULT_STORAGE_NAME}"