diff options
author | Rémy Coutable <remy@rymai.me> | 2019-03-28 11:22:37 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-03-28 18:02:41 +0100 |
commit | 1067c87b03f9232bf77028ab1ea7e96ce2361acb (patch) | |
tree | 8fb0d49426a0b322d5d38fb4e06995ba1b9f90a2 /spec/helpers | |
parent | cf07f9fd006a3ecec1ea8e2275cf07e35fcf7540 (diff) | |
download | gitlab-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>
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/auth_helper_spec.rb | 2 |
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 |