summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@chef.io>2015-04-29 10:53:59 -0400
committerJulian C. Dunn <jdunn@chef.io>2015-04-29 10:53:59 -0400
commit971d5b7830f3cf70d60aaff07190c21dfd5873b9 (patch)
tree1a40823949bc11fa9e21e1879a91abcb6658d4c2
parenta1e94b9df64a06eb1e416e146d027d4916b08a35 (diff)
downloadchef-971d5b7830f3cf70d60aaff07190c21dfd5873b9.tar.gz
Remove unneeded test if we're not marking audit as "experimental"
-rw-r--r--spec/unit/application/client_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb
index c753ca0ab8..9512c76455 100644
--- a/spec/unit/application/client_spec.rb
+++ b/spec/unit/application/client_spec.rb
@@ -165,11 +165,6 @@ Enable chef-client interval runs by setting `:client_fork = true` in your config
before do
allow(Chef::Log).to receive(:warn)
end
-
- it "emits a warning that audit mode is an experimental feature" do
- expect(Chef::Log).to receive(:warn).with(/Audit mode is an experimental feature/)
- app.reconfigure
- end
end
shared_examples "unrecognized setting" do