Now one test works lets get the other one green
This commit is contained in:
parent
f8ce8d2817
commit
f5c8c511d0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ describe CiStatusHelper do
|
|||
end
|
||||
|
||||
it 'renders the correct svg on failure' do
|
||||
expect(helper.ci_icon_for_status('failed'.status).to_s)
|
||||
expect(helper.ci_icon_for_status('failed').to_s)
|
||||
.to include 'status_failed'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue