From 73e848850c2fbb890ae7d5e0886cd2d85aafa3d2 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Thu, 25 Jul 2019 17:24:42 +1200 Subject: Add frozen_string_literal to spec/features Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 --- spec/features/reportable_note/snippets_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/features/reportable_note/snippets_spec.rb') diff --git a/spec/features/reportable_note/snippets_spec.rb b/spec/features/reportable_note/snippets_spec.rb index 06218d9b286..c2c853cdb05 100644 --- a/spec/features/reportable_note/snippets_spec.rb +++ b/spec/features/reportable_note/snippets_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe 'Reportable note on snippets', :js do -- cgit v1.2.1