summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/one_two_three_four.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-01 22:58:03 -0700
committerJohn Keiser <john@johnkeiser.com>2015-05-13 13:43:14 -0700
commit200934f63c02c2b70532eb8a010337ac3b8e9803 (patch)
tree7456d080459d8aeed77c2c0b3ccd446bc4074304 /spec/support/lib/chef/resource/one_two_three_four.rb
parentfcf2c63a68cf2830772670c507fc5dc165b06616 (diff)
downloadchef-200934f63c02c2b70532eb8a010337ac3b8e9803.tar.gz
Move deprecation back into resource_for_short_name
Diffstat (limited to 'spec/support/lib/chef/resource/one_two_three_four.rb')
-rw-r--r--spec/support/lib/chef/resource/one_two_three_four.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/lib/chef/resource/one_two_three_four.rb b/spec/support/lib/chef/resource/one_two_three_four.rb
index 296d2cd970..d7e5ea095e 100644
--- a/spec/support/lib/chef/resource/one_two_three_four.rb
+++ b/spec/support/lib/chef/resource/one_two_three_four.rb
@@ -19,6 +19,8 @@
class Chef
class Resource
class OneTwoThreeFour < Chef::Resource
+ provides :one_two_three_four
+
attr_reader :i_can_count
def initialize(name, run_context)