diff options
Diffstat (limited to 'spec/unit/other/transaction.rb')
| -rwxr-xr-x | spec/unit/other/transaction.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/other/transaction.rb b/spec/unit/other/transaction.rb index d88f03005..e277a24c0 100755 --- a/spec/unit/other/transaction.rb +++ b/spec/unit/other/transaction.rb @@ -2,6 +2,8 @@ require File.dirname(__FILE__) + '/../../spec_helper' +require 'puppet/transaction' + describe Puppet::Transaction, " when determining tags" do before do @config = Puppet::Node::Catalog.new |
