Fix specs for a concern that implements CI/CD statuses
This commit is contained in:
parent
e538963d80
commit
51ce9a6caa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ describe HasStatus do
|
|||
[create(type, status: :failed, allow_failure: true)]
|
||||
end
|
||||
|
||||
it { is_expected.to eq 'skipped' }
|
||||
it { is_expected.to eq 'success' }
|
||||
end
|
||||
|
||||
context 'success and canceled' do
|
||||
|
|
Loading…
Reference in a new issue