Make sure that's canceled
This commit is contained in:
parent
beedfc8d94
commit
5a4aee36a5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ describe CommitStatus, :models do
|
|||
|
||||
context 'when it is canceled' do
|
||||
before do
|
||||
commit_status.cancel
|
||||
commit_status.update(status: 'canceled')
|
||||
end
|
||||
|
||||
context 'when there is auto_canceled_by' do
|
||||
|
|
Loading…
Reference in a new issue