Skip to content

Commit eb651d0

Browse files
committed
fix missing Facter_cacheable -> FacterCacheable change
1 parent 1a2199a commit eb651d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/facter/util/rhsm_available_pools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
'/usr/sbin/subscription-manager',
9393
).and_return(true)
9494
allow(Puppet.features).to receive(:facter_cacheable?).and_return(true)
95-
allow(Facter::Util::Facter_cacheable).to receive(:cached?).and_return(false)
95+
allow(Facter::Util::FacterCacheable).to receive(:cached?).and_return(false)
9696
end
9797
it 'returns nothing when there is an error with subscription' do
9898
expect(Facter::Core::Execution).to receive(:execute).with(

0 commit comments

Comments
 (0)