From f0391c2517879bbb73702ccafd5e02bf25b40eec Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Thu, 25 Jul 2019 17:27:42 +1200 Subject: Add frozen_string_literal to spec/support Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 --- spec/support/matchers/exceed_query_limit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/support/matchers/exceed_query_limit.rb') diff --git a/spec/support/matchers/exceed_query_limit.rb b/spec/support/matchers/exceed_query_limit.rb index cd042401f3a..40cf85eb8e5 100644 --- a/spec/support/matchers/exceed_query_limit.rb +++ b/spec/support/matchers/exceed_query_limit.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ExceedQueryLimitHelpers def with_threshold(threshold) @threshold = threshold -- cgit v1.2.3