summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/chef_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/chef_spec.rb')
-rw-r--r--spec/unit/plugins/chef_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/chef_spec.rb b/spec/unit/plugins/chef_spec.rb
index 1f402e6f..82f9c83f 100644
--- a/spec/unit/plugins/chef_spec.rb
+++ b/spec/unit/plugins/chef_spec.rb
@@ -26,7 +26,7 @@ begin
describe Ohai::System, "plugin chef" do
before(:each) do
@ohai = Ohai::System.new
- @plugin = Ohai::DSL::Plugin.new(@ohai, File.join(PLUGIN_PATH, "chef.rb"))
+ @plugin = Ohai::DSL::Plugin.new(@ohai, "chef", File.join(PLUGIN_PATH, "chef.rb"))
end
it "should set [:chef_packages][:chef][:version] to the current chef version", :if => defined?(Chef) do