Commit d3b9e4ef authored by Shinya Maeda's avatar Shinya Maeda

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

parent 9d314242
......@@ -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) }
......
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