Commit 93eb844d authored by Kamil Trzcinski's avatar Kamil Trzcinski

Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3

parents 9839bbae 8988c874
......@@ -408,7 +408,7 @@ describe Project, models: true do
it { is_expected.to eq(pipeline) }
context 'return latest' do
let(:pipeline2) { create :pipeline, project: project, ref: 'master' }
let(:pipeline2) { create :ci_pipeline, project: project, ref: 'master' }
before do
pipeline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment