mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-06 10:19:48 +00:00
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:
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Gitlab::Config::Entry::Factory do
|
||||
|
Reference in New Issue
Block a user