diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-29 12:47:55 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-30 10:27:46 +0100 |
commit | f5c8c511d058b20bba130569eaf90916e363e2ea (patch) | |
tree | 5e6127c2258068c03e066d101f6abf0cef9d5297 /spec/helpers | |
parent | f8ce8d2817a1fc852b7b1807217275ccc242a2f9 (diff) | |
download | gitlab-ce-f5c8c511d058b20bba130569eaf90916e363e2ea.tar.gz |
Now one test works lets get the other one green
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/ci_status_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |