diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-12 22:11:40 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-12 22:11:40 -0600 |
commit | fa1924eb04a2d6600349eddf13e1f3e62b45d6ce (patch) | |
tree | 978aa0e92812f5854978048162c6e2ab752dad72 /test/lib/puppettest/support/assertions.rb | |
parent | a535cbbe148802c0afe62cd2d5b29d0768b3a0f0 (diff) | |
parent | 72510bfaa65e97f4eaaf246ef8f1c155716967b6 (diff) | |
download | puppet-fa1924eb04a2d6600349eddf13e1f3e62b45d6ce.tar.gz puppet-fa1924eb04a2d6600349eddf13e1f3e62b45d6ce.tar.xz puppet-fa1924eb04a2d6600349eddf13e1f3e62b45d6ce.zip |
Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet-luke
Diffstat (limited to 'test/lib/puppettest/support/assertions.rb')
-rw-r--r-- | test/lib/puppettest/support/assertions.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/puppettest/support/assertions.rb b/test/lib/puppettest/support/assertions.rb index 7e3e5ca2b..906bb3c76 100644 --- a/test/lib/puppettest/support/assertions.rb +++ b/test/lib/puppettest/support/assertions.rb @@ -1,7 +1,9 @@ require 'puppettest' +require 'puppettest/support/utils' require 'fileutils' module PuppetTest + include PuppetTest::Support::Utils def assert_logged(level, regex, msg = nil) # Skip verifying logs that we're not supposed to send. return unless Puppet::Util::Log.sendlevel?(level) |