Skip to content

Commit

Permalink
fix missing Facter_cacheable -> FacterCacheable change
Browse files Browse the repository at this point in the history
  • Loading branch information
waveclaw committed Nov 23, 2018
1 parent 1a2199a commit eb651d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/facter/util/rhsm_available_pools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
'/usr/sbin/subscription-manager',
).and_return(true)
allow(Puppet.features).to receive(:facter_cacheable?).and_return(true)
allow(Facter::Util::Facter_cacheable).to receive(:cached?).and_return(false)
allow(Facter::Util::FacterCacheable).to receive(:cached?).and_return(false)
end
it 'returns nothing when there is an error with subscription' do
expect(Facter::Core::Execution).to receive(:execute).with(
Expand Down

0 comments on commit eb651d0

Please sign in to comment.