summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/with_state.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/lib/chef/resource/with_state.rb')
-rw-r--r--spec/support/lib/chef/resource/with_state.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/support/lib/chef/resource/with_state.rb b/spec/support/lib/chef/resource/with_state.rb
index 226de0a6d2..773ae7ddb8 100644
--- a/spec/support/lib/chef/resource/with_state.rb
+++ b/spec/support/lib/chef/resource/with_state.rb
@@ -23,15 +23,6 @@ class Chef
class Resource
class WithState < Chef::Resource
attr_accessor :state
-
- def initialize(name, run_context=nil)
- @resource_name = :with_state
- super
- end
-
- def state
- @state
- end
end
end
end