Now one test works lets get the other one green

This commit is contained in:
Tim Zallmann 2017-09-29 12:47:55 +02:00
parent f8ce8d2817
commit f5c8c511d0
1 changed files with 1 additions and 1 deletions

View File

@ -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