diff options
| author | Luke Kanies <luke@madstop.com> | 2007-08-15 16:32:06 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-08-15 16:32:06 -0500 |
| commit | 901ae687eb75885c5b717b03f2d6667f5ed8ffb5 (patch) | |
| tree | 1bfa23b722d3fd1e5c244d48b32b06987a8dfda8 /test/lib | |
| parent | 70dffdde70b60ae9e84b6ab2889f6b50fe6bed70 (diff) | |
| download | puppet-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-x | test/lib/puppettest.rb | 1 |
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 |
