We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2199a commit eb651d0Copy full SHA for eb651d0
spec/facter/util/rhsm_available_pools_spec.rb
@@ -92,7 +92,7 @@
92
'/usr/sbin/subscription-manager',
93
).and_return(true)
94
allow(Puppet.features).to receive(:facter_cacheable?).and_return(true)
95
- allow(Facter::Util::Facter_cacheable).to receive(:cached?).and_return(false)
+ allow(Facter::Util::FacterCacheable).to receive(:cached?).and_return(false)
96
end
97
it 'returns nothing when there is an error with subscription' do
98
expect(Facter::Core::Execution).to receive(:execute).with(
0 commit comments