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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-24 21:09:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-24 21:09:45 +0300
commit2948e306c053bb99b6f39a12fb2eebfdf228d89a (patch)
treec81ceaa7e0875ec5ba7365b917e0b3a785e6b349 /spec/tasks
parent19c226e24223cff35c4a83b7bbe810180e66c808 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/packages/migrate_rake_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tasks/gitlab/packages/migrate_rake_spec.rb b/spec/tasks/gitlab/packages/migrate_rake_spec.rb
index 0a296eb0808..618ff215c74 100644
--- a/spec/tasks/gitlab/packages/migrate_rake_spec.rb
+++ b/spec/tasks/gitlab/packages/migrate_rake_spec.rb
@@ -18,7 +18,7 @@ RSpec.describe 'gitlab:packages namespace rake task' do
context 'object storage disabled' do
before do
- stub_packages_object_storage(enabled: false)
+ stub_package_file_object_storage(enabled: false)
end
it "doesn't migrate files" do
@@ -28,7 +28,7 @@ RSpec.describe 'gitlab:packages namespace rake task' do
context 'object storage enabled' do
before do
- stub_packages_object_storage
+ stub_package_file_object_storage
end
it 'migrates local file to object storage' do