Fix spec according to the Ci::Pipeline#delay rename

This commit is contained in:
Shinya Maeda 2018-10-04 17:33:05 +09:00
parent 9d3142425f
commit d3b9e4ef38
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ describe Ci::Pipeline, :mailer do
end
end
describe '#schedule' do
subject { pipeline.schedule }
describe '#delay' do
subject { pipeline.delay }
let(:pipeline) { build(:ci_pipeline, status: :created) }