summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/check_rake_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tasks/gitlab/check_rake_spec.rb')
-rw-r--r--spec/tasks/gitlab/check_rake_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tasks/gitlab/check_rake_spec.rb b/spec/tasks/gitlab/check_rake_spec.rb
index 538ff952bf4..a808ef7dcc0 100644
--- a/spec/tasks/gitlab/check_rake_spec.rb
+++ b/spec/tasks/gitlab/check_rake_spec.rb
@@ -23,8 +23,8 @@ describe 'gitlab:ldap:check rake task' do
let(:adapter) { ldap_adapter('ldapmain', ldap) }
before do
- allow(Gitlab::LDAP::Config)
- .to receive_messages(
+ allow(Gitlab::LDAP::Config).
+ to receive_messages(
enabled?: true,
providers: ['ldapmain']
)