summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-05 11:58:03 -0800
committerTim Smith <tsmith@chef.io>2018-01-05 11:58:03 -0800
commitdfc85c82105d2c7a5b03cf8cf60ba9e0a8fe51f9 (patch)
treecc56a5cd9c6f19ec4f01e40cbcfa035f02b1b16f
parentaab192e2b5df57d13213f8e89ce6fccc74a01db1 (diff)
downloadchef-deprecations.tar.gz
Enable the spec use_inline_resoruces deprecationdeprecations
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/provider_spec.rb1
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