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/system_hooks.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/factories/system_hooks.rb') diff --git a/spec/factories/system_hooks.rb b/spec/factories/system_hooks.rb index 9e00eeb6ef1..a2d163a060f 100644 --- a/spec/factories/system_hooks.rb +++ b/spec/factories/system_hooks.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + FactoryBot.define do factory :system_hook do url { generate(:url) } -- cgit v1.2.1