summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-03-28 11:22:37 +0100
committerRémy Coutable <remy@rymai.me>2019-03-28 18:02:41 +0100
commit1067c87b03f9232bf77028ab1ea7e96ce2361acb (patch)
tree8fb0d49426a0b322d5d38fb4e06995ba1b9f90a2
parentcf07f9fd006a3ecec1ea8e2275cf07e35fcf7540 (diff)
downloadgitlab-ce-1067c87b03f9232bf77028ab1ea7e96ce2361acb.tar.gz
[CE] Reduce the diff with EE in spec/helpers/auth_helper_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--spec/helpers/auth_helper_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/helpers/auth_helper_spec.rb b/spec/helpers/auth_helper_spec.rb
index 2ba8b3dbf22..aae515def0c 100644
--- a/spec/helpers/auth_helper_spec.rb
+++ b/spec/helpers/auth_helper_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "spec_helper"
describe AuthHelper do