From 02a8fe0725c50d2526251fcb281aae65a84c5da5 Mon Sep 17 00:00:00 2001 From: Serdar Sutay Date: Thu, 9 Oct 2014 10:32:38 -0700 Subject: Keep deprecation of #valid_actions until Chef 13. --- spec/unit/lwrp_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1