summaryrefslogtreecommitdiff
path: root/spec/workers/hashed_storage/migrator_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/hashed_storage/migrator_worker_spec.rb')
-rw-r--r--spec/workers/hashed_storage/migrator_worker_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/workers/hashed_storage/migrator_worker_spec.rb b/spec/workers/hashed_storage/migrator_worker_spec.rb
index a318cdd003e..12c1a26104e 100644
--- a/spec/workers/hashed_storage/migrator_worker_spec.rb
+++ b/spec/workers/hashed_storage/migrator_worker_spec.rb
@@ -4,6 +4,7 @@ require 'spec_helper'
describe HashedStorage::MigratorWorker do
subject(:worker) { described_class.new }
+
let(:projects) { create_list(:project, 2, :legacy_storage, :empty_repo) }
let(:ids) { projects.map(&:id) }