summaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-08-15 16:32:06 -0500
committerLuke Kanies <luke@madstop.com>2007-08-15 16:32:06 -0500
commit901ae687eb75885c5b717b03f2d6667f5ed8ffb5 (patch)
tree1bfa23b722d3fd1e5c244d48b32b06987a8dfda8 /test/lib
parent70dffdde70b60ae9e84b6ab2889f6b50fe6bed70 (diff)
downloadpuppet-901ae687eb75885c5b717b03f2d6667f5ed8ffb5.tar.gz
puppet-901ae687eb75885c5b717b03f2d6667f5ed8ffb5.tar.xz
puppet-901ae687eb75885c5b717b03f2d6667f5ed8ffb5.zip
Requiring mocha in all cases in the test tree
Diffstat (limited to 'test/lib')
-rwxr-xr-xtest/lib/puppettest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/puppettest.rb b/test/lib/puppettest.rb
index 8b85966f5..5c385afb1 100755
--- a/test/lib/puppettest.rb
+++ b/test/lib/puppettest.rb
@@ -4,6 +4,7 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '../../lib')))
require 'puppet'
+require 'mocha'
require 'test/unit'
# Yay; hackish but it works