summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/packages/migrate_rake_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tasks/gitlab/packages/migrate_rake_spec.rb')
-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