diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-05 11:58:03 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-05 11:58:03 -0800 |
commit | dfc85c82105d2c7a5b03cf8cf60ba9e0a8fe51f9 (patch) | |
tree | cc56a5cd9c6f19ec4f01e40cbcfa035f02b1b16f /spec/unit/provider_spec.rb | |
parent | aab192e2b5df57d13213f8e89ce6fccc74a01db1 (diff) | |
download | chef-dfc85c82105d2c7a5b03cf8cf60ba9e0a8fe51f9.tar.gz |
Enable the spec use_inline_resoruces deprecationdeprecations
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/provider_spec.rb')
-rw-r--r-- | spec/unit/provider_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider_spec.rb b/spec/unit/provider_spec.rb index 6eb2bb9303..613f03a883 100644 --- a/spec/unit/provider_spec.rb +++ b/spec/unit/provider_spec.rb @@ -197,7 +197,6 @@ describe Chef::Provider do context "when using use_inline_resources" do it "should log a deprecation warning" do - pending Chef::VERSION.start_with?("13.6") expect(Chef).to receive(:deprecated).with(:use_inline_resources, kind_of(String)) Class.new(described_class) { use_inline_resources } end |