summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-03-28 11:24:08 +0100
committerRémy Coutable <remy@rymai.me>2019-03-28 18:02:41 +0100
commitaf8aa24666e448752ab4012673fe9951688a20d6 (patch)
tree5f6acefe42bbbb98423471e8818407ab6da560dc
parent1067c87b03f9232bf77028ab1ea7e96ce2361acb (diff)
downloadgitlab-ce-af8aa24666e448752ab4012673fe9951688a20d6.tar.gz
[CE] Reduce the diff with EE in spec/helpers/group_helper_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--spec/helpers/groups_helper_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/helpers/groups_helper_spec.rb b/spec/helpers/groups_helper_spec.rb
index 540a8674ec2..91541a16c13 100644
--- a/spec/helpers/groups_helper_spec.rb
+++ b/spec/helpers/groups_helper_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe GroupsHelper do