summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-01-05 15:41:31 -0800
committerNick Lewis <nick@puppetlabs.com>2011-01-05 15:41:39 -0800
commit717670fa3a6f471c8183dd85443ca2426f4df238 (patch)
treed5068dfd7a3890c7b5961779c87681b930cf3144 /test
parenta05df9fec9040a908f28e4c324845ec80daa54eb (diff)
downloadpuppet-717670fa3a6f471c8183dd85443ca2426f4df238.tar.gz
puppet-717670fa3a6f471c8183dd85443ca2426f4df238.tar.xz
puppet-717670fa3a6f471c8183dd85443ca2426f4df238.zip
(#5771): Fix spec failures associated with rspec upgrade
Due to changes in the spec_helper, some of the specs that use puppettest were failing when run individually. In the future, it would be nice to remove puppettest from the specs entirely, as it's old, crufty, and only used for a couple of things. Paired-With: Matt Robinson
Diffstat (limited to 'test')
-rw-r--r--test/lib/puppettest/fileparsing.rb2
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)