Skip to content
Snippets Groups Projects
Commit cd3f112f authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Adopt the rename from ci_commits to ci_pipelines

parent c866b906
No related branches found
No related tags found
No related merge requests found
File moved
Loading
Loading
@@ -92,8 +92,8 @@ describe Ci::Runner, models: true do
 
describe '#can_pick?' do
let(:project) { create(:project) }
let(:commit) { create(:ci_commit, project: project) }
let(:build) { create(:ci_build, commit: commit) }
let(:pipeline) { create(:ci_pipeline, project: project) }
let(:build) { create(:ci_build, pipeline: pipeline) }
let(:runner) { create(:ci_runner) }
 
before do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment