summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/plugins/linux/filesystem2_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/unit/plugins/linux/filesystem2_spec.rb b/spec/unit/plugins/linux/filesystem2_spec.rb
index d822c8e8..19bdde12 100644
--- a/spec/unit/plugins/linux/filesystem2_spec.rb
+++ b/spec/unit/plugins/linux/filesystem2_spec.rb
@@ -52,6 +52,12 @@ describe Ohai::System, "Linux filesystem plugin" do
end
end
+ it "sets both filesystem and filesystem_v2 attributes" do
+ plugin.run
+ expect(plugin[:filesystem]).to_not be_nil
+ expect(plugin[:filesystem_v2]).to_not be_nil
+ end
+
describe "when gathering filesystem usage data from df" do
before(:each) do
@stdout = <<-DF