diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-01-05 15:47:03 -0800 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-01-05 15:47:03 -0800 |
| commit | 83ac3e789ddc8dbf40c93460032474870fb16c54 (patch) | |
| tree | d5068dfd7a3890c7b5961779c87681b930cf3144 /test/lib | |
| parent | a05df9fec9040a908f28e4c324845ec80daa54eb (diff) | |
| parent | 717670fa3a6f471c8183dd85443ca2426f4df238 (diff) | |
| download | puppet-83ac3e789ddc8dbf40c93460032474870fb16c54.tar.gz puppet-83ac3e789ddc8dbf40c93460032474870fb16c54.tar.xz puppet-83ac3e789ddc8dbf40c93460032474870fb16c54.zip | |
Merge branch 'maint/2.6.next/5771-spec-fixes' into 2.6.next
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/fileparsing.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/puppettest/fileparsing.rb b/test/lib/puppettest/fileparsing.rb index 914c4bcb3..bd4f9e152 100644 --- a/test/lib/puppettest/fileparsing.rb +++ b/test/lib/puppettest/fileparsing.rb @@ -1,3 +1,5 @@ +require 'test/unit' + module PuppetTest::FileParsing # Run an isomorphism test on our parsing process. def fakedataparse(*files) |
