summaryrefslogtreecommitdiff
path: root/spec/models/commit_with_pipeline_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/commit_with_pipeline_spec.rb')
-rw-r--r--spec/models/commit_with_pipeline_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/commit_with_pipeline_spec.rb b/spec/models/commit_with_pipeline_spec.rb
index ff451527929..c4b6deebae0 100644
--- a/spec/models/commit_with_pipeline_spec.rb
+++ b/spec/models/commit_with_pipeline_spec.rb
@@ -13,6 +13,7 @@ RSpec.describe CommitWithPipeline do
sha: commit.sha,
status: 'success')
end
+
let!(:second_pipeline) do
create(:ci_empty_pipeline,
project: project,