Commit acfe7ec6 authored by Alessio Caiazza's avatar Alessio Caiazza

fix method name in stage spec

parent 0fc93df0
......@@ -200,8 +200,8 @@ describe Ci::Stage, :models do
end
end
describe '#schedule' do
subject { stage.schedule }
describe '#delay' do
subject { stage.delay }
let(:stage) { create(:ci_stage_entity, 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