From 94bb660460bd3b01e289d6deb431774694f3ebb7 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Thu, 25 Jul 2019 17:11:48 +1200 Subject: Add frozen_string_literal to spec/factories Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 --- spec/factories/label_links.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/factories/label_links.rb') diff --git a/spec/factories/label_links.rb b/spec/factories/label_links.rb index 007847d9cf4..9b7c0a158bd 100644 --- a/spec/factories/label_links.rb +++ b/spec/factories/label_links.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + FactoryBot.define do factory :label_link do label -- cgit v1.2.1