Commit 51ce9a6c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix specs for a concern that implements CI/CD statuses

parent e538963d
......@@ -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
......
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