From bf2f08869ced5a0cac8e399f6bc35ea2c4ddc44c Mon Sep 17 00:00:00 2001 From: Jesse Wolfe Date: Thu, 8 Apr 2010 01:00:46 -0700 Subject: Generated resources' events are actually bound to the resource that generated them. --- spec/unit/transaction.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/unit/transaction.rb b/spec/unit/transaction.rb index 2c8f60589..cf0b8af2d 100755 --- a/spec/unit/transaction.rb +++ b/spec/unit/transaction.rb @@ -117,7 +117,7 @@ describe Puppet::Transaction do end it "should eval and apply children" do - @transaction.expects(:eval_children_and_apply_resource).with(@resource) + @transaction.expects(:eval_children_and_apply_resource).with(@resource, nil) @transaction.eval_resource(@resource) end -- cgit