Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
(maint) Fix typo in RSpec unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed May 1, 2020
1 parent c75b329 commit cda57f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/facter/facts/solaris/processors/models_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
receive(:resolve).with(:models).and_return(models)
end

it 'calls Facter::Resolvers::Macosx::Processors' do
it 'calls Facter::Resolvers::Solaris::Processors' do
fact.call_the_resolver
expect(Facter::Resolvers::Solaris::Processors).to have_received(:resolve).with(:models)
end
Expand Down

0 comments on commit cda57f5

Please sign in to comment.