summaryrefslogtreecommitdiff
path: root/spec/workers/storage_migrator_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/storage_migrator_worker_spec.rb')
-rw-r--r--spec/workers/storage_migrator_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/storage_migrator_worker_spec.rb b/spec/workers/storage_migrator_worker_spec.rb
index 8619ff2f7da..ff625164142 100644
--- a/spec/workers/storage_migrator_worker_spec.rb
+++ b/spec/workers/storage_migrator_worker_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
describe StorageMigratorWorker do
subject(:worker) { described_class.new }
- let(:projects) { create_list(:project, 2) }
+ let(:projects) { create_list(:project, 2, :legacy_storage) }
describe '#perform' do
let(:ids) { projects.map(&:id) }