summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/linux/filesystem_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/linux/filesystem_spec.rb')
-rw-r--r--spec/unit/plugins/linux/filesystem_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/plugins/linux/filesystem_spec.rb b/spec/unit/plugins/linux/filesystem_spec.rb
index cdd601b5..5cd480c1 100644
--- a/spec/unit/plugins/linux/filesystem_spec.rb
+++ b/spec/unit/plugins/linux/filesystem_spec.rb
@@ -22,7 +22,6 @@ describe Ohai::System, "Linux filesystem plugin" do
before(:each) do
@plugin = get_plugin("linux/filesystem")
@plugin.stub(:collect_os).and_return(:linux)
- @plugin.extend(SimpleFromFile)
@plugin.stub(:shell_out).with("df -P").and_return(mock_shell_out(0, "", ""))
@plugin.stub(:shell_out).with("mount").and_return(mock_shell_out(0, "", ""))