summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-18 18:39:03 -0800
committerTim Smith <tsmith@chef.io>2018-01-18 18:39:03 -0800
commit13cde232cea583f029fa8fe630d5ec4586dd9f47 (patch)
treec35ea4bfccfca52e9125be1b975ef497c37f065b
parent083ab943462e5b14503a67cfecd6b16e6d6be0ef (diff)
downloadchef-13cde232cea583f029fa8fe630d5ec4586dd9f47.tar.gz
Revert "Enable the spec use_inline_resoruces deprecation"
This reverts commit dfc85c82105d2c7a5b03cf8cf60ba9e0a8fe51f9.
-rw-r--r--spec/unit/provider_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider_spec.rb b/spec/unit/provider_spec.rb
index 613f03a883..6eb2bb9303 100644
--- a/spec/unit/provider_spec.rb
+++ b/spec/unit/provider_spec.rb
@@ -197,6 +197,7 @@ 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