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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 16:47:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-10 16:47:15 +0300
commit10b3c85e2c7c3e794a0c79d33b1a7bc2b1b6b7c8 (patch)
tree8075ea96f4cb13683bf3a9736e3f684781e95e4b /spec/support
parent381180bc27b7c4f0d54ca4a1599ad5d857a2086e (diff)
Fix some issues with ci models specs
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/setup_builds_storage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/setup_builds_storage.rb b/spec/support/setup_builds_storage.rb
index cafc8dee918..1f3b12bb8d2 100644
--- a/spec/support/setup_builds_storage.rb
+++ b/spec/support/setup_builds_storage.rb
@@ -5,7 +5,7 @@ RSpec.configure do |config|
config.before(:each) do
FileUtils.mkdir_p(builds_path)
- Ci::Settings.gitlab_ci['builds_path'] = builds_path
+ Settings.gitlab_ci['builds_path'] = builds_path
end
config.after(:suite) do