summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-27 14:28:53 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-27 17:10:44 -0700
commit395534b88d54e6ec57eadfaab81c736c688e7938 (patch)
tree57d8ce8aab0c25ee79593c64cf8df9a20bd53f50 /spec/unit
parenta2c8256a6d699f254b24de61e2a7e1a20bbb2c3d (diff)
downloadchef-395534b88d54e6ec57eadfaab81c736c688e7938.tar.gz
Remove deprecated @node ivarsjk/remove_deprecated_ivars
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/resource_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb
index 70941e4e82..7a88c7ff09 100644
--- a/spec/unit/resource_spec.rb
+++ b/spec/unit/resource_spec.rb
@@ -421,10 +421,6 @@ describe Chef::Resource do
end
- it "supports accessing the node via the @node instance variable [DEPRECATED]" do
- @resource.instance_variable_get(:@node).inspect.should == @node.inspect
- end
-
it "runs an action by finding its provider, loading the current resource and then running the action" do
pending
end