summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Asuncion <jose.asuncion@gmail.com>2017-08-22 17:47:23 -0700
committerJose Asuncion <jose.asuncion@gmail.com>2017-08-22 20:31:22 -0700
commit2203f34929e5a186a8a54c4358dfb0947176ae83 (patch)
tree3002adb405b4a72539931d2781fc60d23f073667
parent1bbc6997308dfabe9d83ed4b89dde91b12979fbc (diff)
downloadohai-2203f34929e5a186a8a54c4358dfb0947176ae83.tar.gz
improve description
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
-rw-r--r--spec/unit/plugins/linux/filesystem_spec.rb2
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