Skip to content

Commit

Permalink
Merge pull request ManageIQ#16941 from bdunne/unnecessary_stub
Browse files Browse the repository at this point in the history
No need to stub debug on the logger
  • Loading branch information
chrisarcand authored Feb 5, 2018
2 parents 74e132d + 546370a commit d812bdd
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 d812bdd

Please sign in to comment.