Commit f5c8c511 authored by Tim Zallmann's avatar Tim Zallmann

Now one test works lets get the other one green

parent f8ce8d28
...@@ -13,7 +13,7 @@ describe CiStatusHelper do ...@@ -13,7 +13,7 @@ describe CiStatusHelper do
end end
it 'renders the correct svg on failure' do 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' .to include 'status_failed'
end end
end end
......
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