diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/plugins/linux/filesystem_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/linux/filesystem_spec.rb b/spec/unit/plugins/linux/filesystem_spec.rb index 72aa8f02..88fc7215 100644 --- a/spec/unit/plugins/linux/filesystem_spec.rb +++ b/spec/unit/plugins/linux/filesystem_spec.rb @@ -534,7 +534,7 @@ BLKID_TYPE %w{df mount}.each do |command| describe "when #{command} does not exist" do - it "logs event" do + it "logs warning about #{command} missing" do allow(plugin).to receive(:which).with(command).and_return(nil) expect(Ohai::Log).to receive(:warn).with("#{command} is not available") plugin.run |