From f5c8c511d058b20bba130569eaf90916e363e2ea Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Fri, 29 Sep 2017 12:47:55 +0200 Subject: [PATCH] Now one test works lets get the other one green --- spec/helpers/ci_status_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/ci_status_helper_spec.rb b/spec/helpers/ci_status_helper_spec.rb index 224e01c492a..bc2422aba90 100644 --- a/spec/helpers/ci_status_helper_spec.rb +++ b/spec/helpers/ci_status_helper_spec.rb @@ -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