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 949c600 commit 0112fccCopy full SHA for 0112fcc
spec/unit/facter/lvm_support_spec.rb
@@ -86,6 +86,7 @@
86
87
context 'when there is no lvm support' do
88
it 'does not exist' do
89
+ Facter.fact(:lvm_support).expects(:value).at_least(1).returns(nil)
90
Facter.value(:lvm_pvs).should be_nil
91
end
92
0 commit comments