summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/themes_spec.rb
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-08-22 22:57:44 +1200
committerThong Kuah <tkuah@gitlab.com>2019-08-23 00:15:24 +1200
commit8c42a0eac09cb349789c963d38ee4e3ff5ecc0a8 (patch)
tree73ebb2763804756b12d8b05b5e28b23be86350c9 /spec/lib/gitlab/themes_spec.rb
parent34bf7df0ffd4c872b631f67fd9337930a9e40683 (diff)
downloadgitlab-ce-8c42a0eac09cb349789c963d38ee4e3ff5ecc0a8.tar.gz
Add frozen_string_literal to lib part 2
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
Diffstat (limited to 'spec/lib/gitlab/themes_spec.rb')
-rw-r--r--spec/lib/gitlab/themes_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/themes_spec.rb b/spec/lib/gitlab/themes_spec.rb
index a8213988f70..e0278eb9c7f 100644
--- a/spec/lib/gitlab/themes_spec.rb
+++ b/spec/lib/gitlab/themes_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe Gitlab::Themes, lib: true do