Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-03-28 13:22:37 +0300
committerRémy Coutable <remy@rymai.me>2019-03-28 20:02:41 +0300
commit1067c87b03f9232bf77028ab1ea7e96ce2361acb (patch)
tree8fb0d49426a0b322d5d38fb4e06995ba1b9f90a2 /spec/helpers
parentcf07f9fd006a3ecec1ea8e2275cf07e35fcf7540 (diff)
[CE] Reduce the diff with EE in spec/helpers/auth_helper_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/helpers')
-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