Add frozen_string_literal to spec/lib (part 1)

Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
This commit is contained in:
Thong Kuah
2019-07-25 17:21:37 +12:00
parent 9e91ae15a8
commit f540ffcef6
395 changed files with 790 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Config::Entry::Factory do