summaryrefslogtreecommitdiff
path: root/spec/workers/packages/debian/generate_distribution_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/packages/debian/generate_distribution_worker_spec.rb')
-rw-r--r--spec/workers/packages/debian/generate_distribution_worker_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/workers/packages/debian/generate_distribution_worker_spec.rb b/spec/workers/packages/debian/generate_distribution_worker_spec.rb
index a8751ccceae..a4627ec5d36 100644
--- a/spec/workers/packages/debian/generate_distribution_worker_spec.rb
+++ b/spec/workers/packages/debian/generate_distribution_worker_spec.rb
@@ -9,6 +9,9 @@ RSpec.describe Packages::Debian::GenerateDistributionWorker, type: :worker do
subject { described_class.new.perform(container_type, distribution_id) }
+ let(:subject2) { described_class.new.perform(container_type, distribution_id) }
+ let(:subject3) { described_class.new.perform(container_type, distribution_id) }
+
include_context 'with published Debian package'
[:project, :group].each do |container_type|