summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-11-20 17:56:14 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-17 18:52:03 -0800
commitb6804bbe2e8fd90a958db3685da92b3112c29536 (patch)
tree7f8e6f7b34033377919f3a01fa14c300aee16e55 /spec/functional
parentd223f2480cecb211a8c54edbb6ff4e7a46f9be9b (diff)
downloadchef-b6804bbe2e8fd90a958db3685da92b3112c29536.tar.gz
Instructions on running audit mode examples.
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/deploy_revision_spec.rb2
-rw-r--r--spec/functional/resource/git_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/deploy_revision_spec.rb b/spec/functional/resource/deploy_revision_spec.rb
index 7bc3da9a05..05a21c48c7 100644
--- a/spec/functional/resource/deploy_revision_spec.rb
+++ b/spec/functional/resource/deploy_revision_spec.rb
@@ -45,7 +45,7 @@ describe Chef::Resource::DeployRevision, :unix_only => true do
before(:all) do
@ohai = Ohai::System.new
- @ohai.all_plugins("os")
+ @ohai.all_plugins(@ohai.all_plugins(["platform", "os"]))
end
let(:node) do
diff --git a/spec/functional/resource/git_spec.rb b/spec/functional/resource/git_spec.rb
index 4f462b7cb6..9d3b82f19e 100644
--- a/spec/functional/resource/git_spec.rb
+++ b/spec/functional/resource/git_spec.rb
@@ -92,7 +92,7 @@ E
before(:all) do
@ohai = Ohai::System.new
- @ohai.all_plugins("os")
+ @ohai.all_plugins(["platform", "os"])
end
context "working with pathes with special characters" do