Fix specs for a concern that implements CI/CD statuses

This commit is contained in:
Grzegorz Bizon 2017-05-08 15:14:41 +02:00
parent e538963d80
commit 51ce9a6caa
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ describe HasStatus do
[create(type, status: :failed, allow_failure: true)] [create(type, status: :failed, allow_failure: true)]
end end
it { is_expected.to eq 'skipped' } it { is_expected.to eq 'success' }
end end
context 'success and canceled' do context 'success and canceled' do