summaryrefslogtreecommitdiffstats
path: root/spec/unit/other/transaction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/other/transaction.rb')
-rwxr-xr-xspec/unit/other/transaction.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/other/transaction.rb b/spec/unit/other/transaction.rb
index 7990d2eef..d88f03005 100755
--- a/spec/unit/other/transaction.rb
+++ b/spec/unit/other/transaction.rb
@@ -4,7 +4,7 @@ require File.dirname(__FILE__) + '/../../spec_helper'
describe Puppet::Transaction, " when determining tags" do
before do
- @config = Puppet::Node::Configuration.new
+ @config = Puppet::Node::Catalog.new
@transaction = Puppet::Transaction.new(@config)
end