summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-06-28 16:28:38 -0700
committerDaniel DeLeo <dan@opscode.com>2010-06-28 16:28:38 -0700
commit8aadef977e914d50c960c88426ffade145b91163 (patch)
tree7f169d155e7799d5e9bda38c7abb1323b183a3c8
parentcb66f271a5e41cd425f0486c9aa5a820cf3261fb (diff)
downloadchef-8aadef977e914d50c960c88426ffade145b91163.tar.gz
remove redundant method stub
-rw-r--r--chef/spec/unit/run_list_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/spec/unit/run_list_spec.rb b/chef/spec/unit/run_list_spec.rb
index 106065190c..a5b50db157 100644
--- a/chef/spec/unit/run_list_spec.rb
+++ b/chef/spec/unit/run_list_spec.rb
@@ -140,7 +140,6 @@ describe Chef::RunList do
@role.default_attributes :one => :two
@role.override_attributes :three => :four
- Chef::Role.stub!(:from_disk).and_return(@role)
Chef::Role.stub!(:load).and_return(@role)
@rest = mock("Chef::REST", { :get_rest => @role, :url => "/" })
Chef::REST.stub!(:new).and_return(@rest)