Skip to content

Commit

Permalink
No need to stub debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Feb 2, 2018
1 parent 83a24ce commit 546370a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/tools/miqldap_to_sssd/miqldap_configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
require "miqldap_to_sssd"

describe MiqLdapToSssd::MiqLdapConfiguration do
before do
allow(MiqLdapToSssd::LOGGER).to receive(:debug)
end

describe '#retrieve_initial_settings' do
it 'raises an error when the basedn domain can not be determined' do
expect(MiqLdapToSssd::LOGGER).to receive(:fatal)
Expand Down

0 comments on commit 546370a

Please sign in to comment.