summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/charts_spec.rb
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-07-25 17:21:37 +1200
committerThong Kuah <tkuah@gitlab.com>2019-07-26 13:25:07 +1200
commitf540ffcef6a278b3465dec43b99a6baaf51eeb51 (patch)
tree4672f1c9ead62377b636294aeb2eace69737629d /spec/lib/gitlab/ci/charts_spec.rb
parent9e91ae15a8194e75e2bc0703d51babb25d161807 (diff)
downloadgitlab-ce-f540ffcef6a278b3465dec43b99a6baaf51eeb51.tar.gz
Add frozen_string_literal to spec/lib (part 1)
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
Diffstat (limited to 'spec/lib/gitlab/ci/charts_spec.rb')
-rw-r--r--spec/lib/gitlab/ci/charts_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/ci/charts_spec.rb b/spec/lib/gitlab/ci/charts_spec.rb
index 1668d3bbaac..cfb7a3f72fa 100644
--- a/spec/lib/gitlab/ci/charts_spec.rb
+++ b/spec/lib/gitlab/ci/charts_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe Gitlab::Ci::Charts do