summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-03-28 11:37:02 +0100
committerRémy Coutable <remy@rymai.me>2019-03-28 18:02:42 +0100
commitf6aa22fc9a6eaba4accad8d069b9054b2e26fb4f (patch)
tree038aaaa6631fb1d8ed0d38cfd5e66922502055ef /spec
parent0b804812660f616c15a1f998adbad8c84307cd13 (diff)
downloadgitlab-ce-f6aa22fc9a6eaba4accad8d069b9054b2e26fb4f.tar.gz
[CE] Reduce the diff with EE in spec/helpers/projects_helper_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/projects_helper_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/helpers/projects_helper_spec.rb b/spec/helpers/projects_helper_spec.rb
index 291eafece94..37c63807c82 100644
--- a/spec/helpers/projects_helper_spec.rb
+++ b/spec/helpers/projects_helper_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
describe ProjectsHelper do