Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hampton <shampton@gitlab.com>2019-02-20 22:20:09 +0300
committerScott Hampton <shampton@gitlab.com>2019-02-20 22:20:09 +0300
commit52c910eeca47f140246d003fbb6b4748d1be8bb8 (patch)
tree55f917eef8d7d6c45d5030b505f4e3997f60405a /spec/views
parent54a5d513e5f068c53fad3b2dac04998f5e9afd88 (diff)
Remove deprecated ci status helper function
After changing all places that used the function, we can now remove it.
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/ci/status/_icon.html.haml_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/ci/status/_icon.html.haml_spec.rb b/spec/views/ci/status/_icon.html.haml_spec.rb
index 43806446164..626159fc512 100644
--- a/spec/views/ci/status/_icon.html.haml_spec.rb
+++ b/spec/views/ci/status/_icon.html.haml_spec.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require 'spec_helper'
describe 'ci/status/_icon' do