summaryrefslogtreecommitdiff
path: root/spec/unit/system_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/system_spec.rb')
-rw-r--r--spec/unit/system_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/system_spec.rb b/spec/unit/system_spec.rb
index ef979dd0..e83e75e6 100644
--- a/spec/unit/system_spec.rb
+++ b/spec/unit/system_spec.rb
@@ -80,7 +80,7 @@ describe "Ohai::System" do
Dir.should_receive(:[]).with("/tmp/plugins/ubuntu/**/*").and_return([])
File.stub(:expand_path).with("/tmp/plugins").and_return("/tmp/plugins")
@ohai.load_plugins
- @ohai.v6_dependency_solver.should have_key("/tmp/plugins/empty.rb")
+ @ohai.v6_dependency_solver.should have_key("empty")
end
end