diff options
Diffstat (limited to 'spec')
| -rwxr-xr-x | spec/unit/transaction.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
