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:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 21:37:47 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 21:37:47 +0300
commitb08a1cd2c406919491f8a91e51aa0034762df14e (patch)
treea86a9ffd254deab1374aaad82fb58dcdee997ab0 /spec/tasks
parent764b5fdd162d159bc6d8fb81adf71e32f5901de1 (diff)
fix the failing specs
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/artifacts/migrate_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb b/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
index 570c7fa7503..8544fb62b5a 100644
--- a/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
+++ b/spec/tasks/gitlab/artifacts/migrate_rake_spec.rb
@@ -2,7 +2,7 @@ require 'rake_helper'
describe 'gitlab:artifacts namespace rake task' do
before(:context) do
- Rake.application.rake_require 'tasks/gitlab/artifacts'
+ Rake.application.rake_require 'tasks/gitlab/artifacts/migrate'
end
let(:object_storage_enabled) { false }