diff options
author | Thom May <thom@chef.io> | 2016-01-18 16:01:52 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-18 16:01:52 +0000 |
commit | 6526ae4177c0237b9d88b086c2da18f8c6a09e58 (patch) | |
tree | 37279828c3bc16aa263441f92c2d9c85a1322d08 | |
parent | c81c62bbecc2df2522f148d8f0a002f7114db981 (diff) | |
download | chef-6526ae4177c0237b9d88b086c2da18f8c6a09e58.tar.gz |
we know that Chef::REST is deprecated
-rw-r--r-- | spec/functional/rest_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/rest_spec.rb b/spec/functional/rest_spec.rb index e2d472c1d5..752e71d7e3 100644 --- a/spec/functional/rest_spec.rb +++ b/spec/functional/rest_spec.rb @@ -80,6 +80,7 @@ describe Chef::REST do before do Chef::Config[:node_name] = "webmonkey.example.com" Chef::Config[:client_key] = CHEF_SPEC_DATA + "/ssl/private_key.pem" + Chef::Config[:treat_deprecation_warnings_as_errors] = false end before(:all) do |