diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-07-25 17:21:37 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-07-26 13:25:07 +1200 |
commit | f540ffcef6a278b3465dec43b99a6baaf51eeb51 (patch) | |
tree | 4672f1c9ead62377b636294aeb2eace69737629d /spec/lib/expand_variables_spec.rb | |
parent | 9e91ae15a8194e75e2bc0703d51babb25d161807 (diff) | |
download | gitlab-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/expand_variables_spec.rb')
-rw-r--r-- | spec/lib/expand_variables_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/expand_variables_spec.rb b/spec/lib/expand_variables_spec.rb index 7faa0f31b68..099d7b6b67c 100644 --- a/spec/lib/expand_variables_spec.rb +++ b/spec/lib/expand_variables_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe ExpandVariables do |