summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-18 18:40:03 -0800
committerTim Smith <tsmith@chef.io>2018-01-18 18:40:03 -0800
commit5cd7ea958612241f7958ccc0e4a75351b1d150d4 (patch)
treee203a1e024fda827cad26e860e77c8a409c47f71
parent9f70bbfd9a578f3a9faa3072b247074168b8c0c5 (diff)
downloadchef-revert_inline.tar.gz
Update the pending version to 14.1revert_inline
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/provider_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider_spec.rb b/spec/unit/provider_spec.rb
index 6eb2bb9303..2565df8960 100644
--- a/spec/unit/provider_spec.rb
+++ b/spec/unit/provider_spec.rb
@@ -197,7 +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")
+ pending Chef::VERSION.start_with?("14.1")
expect(Chef).to receive(:deprecated).with(:use_inline_resources, kind_of(String))
Class.new(described_class) { use_inline_resources }
end