From 93a44e135b0d09ed0fd31dce5d81841a96ef8d67 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Mon, 15 Apr 2019 10:17:05 +0000 Subject: Add some frozen string to spec/**/*.rb Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 --- spec/config/object_store_settings_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/config/object_store_settings_spec.rb') diff --git a/spec/config/object_store_settings_spec.rb b/spec/config/object_store_settings_spec.rb index efb620fe6dd..c38910cff0a 100644 --- a/spec/config/object_store_settings_spec.rb +++ b/spec/config/object_store_settings_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' require Rails.root.join('config', 'object_store_settings.rb') -- cgit v1.2.3