Adopt the rename from ci_commits to ci_pipelines

This commit is contained in:
Lin Jen-Shin 2016-06-15 17:34:44 +08:00
parent c866b906e6
commit cd3f112f88
2 changed files with 2 additions and 2 deletions

View File

@ -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