summaryrefslogtreecommitdiff
path: root/spec/unit/application
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-06-09 10:30:24 +0100
committerThom May <thom@may.lt>2015-06-09 10:30:24 +0100
commit1d42bcc2eaa8d693a534ba0810d3722587a59c97 (patch)
tree64e3dbb3e412135503960ba95766596913446e94 /spec/unit/application
parent59da09f64b72dbd712c890f999322493a4bc9ec4 (diff)
parent971d5b7830f3cf70d60aaff07190c21dfd5873b9 (diff)
downloadchef-1d42bcc2eaa8d693a534ba0810d3722587a59c97.tar.gz
Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warning
Remove experimental warning on audit mode.
Diffstat (limited to 'spec/unit/application')
-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 f358aa1c77..64a6bcc9d2 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