summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-29 12:47:55 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-10-30 10:27:46 +0100
commitf5c8c511d058b20bba130569eaf90916e363e2ea (patch)
tree5e6127c2258068c03e066d101f6abf0cef9d5297
parentf8ce8d2817a1fc852b7b1807217275ccc242a2f9 (diff)
downloadgitlab-ce-f5c8c511d058b20bba130569eaf90916e363e2ea.tar.gz
Now one test works lets get the other one green
-rw-r--r--spec/helpers/ci_status_helper_spec.rb2
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