summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-09 10:32:38 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-09 10:32:38 -0700
commit02a8fe0725c50d2526251fcb281aae65a84c5da5 (patch)
tree49ebd83df8222556d63e455794a7777b3f6b99b9
parent94aedd4deecb55df5e7176f10cf1921099e343f5 (diff)
downloadchef-sersut/fixup-chef-1662.tar.gz
Keep deprecation of #valid_actions until Chef 13.sersut/fixup-chef-1662
-rw-r--r--spec/unit/lwrp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/lwrp_spec.rb b/spec/unit/lwrp_spec.rb
index bbc54645cf..8c37013dcb 100644
--- a/spec/unit/lwrp_spec.rb
+++ b/spec/unit/lwrp_spec.rb
@@ -242,7 +242,7 @@ describe "LWRP" do
end
def raise_if_deprecated!
- if Chef::VERSION.split('.').first.to_i > 11
+ if Chef::VERSION.split('.').first.to_i > 12
raise "This test should be removed and the associated code should be removed!"
end
end