[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:34:39 UTC 2010


The following commit has been merged in the upstream branch:
commit 986298b270f0a489ccec55b73949cd907e9d445e
Author: Luke Kanies <luke at puppetlabs.com>
Date:   Fri Jun 11 11:14:04 2010 -0700

    Working #3139 - Adding Settings.clear Spec#after
    
    This is another cleanup method we need to run.
    
    Signed-off-by: Luke Kanies <luke at puppetlabs.com>

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 8bc869d..d657f83 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -39,6 +39,7 @@ Spec::Runner.configure do |config|
     config.prepend_after :each do
         Puppet.settings.clear
         Puppet::Node::Environment.clear
+        Puppet::Util::Storage.clear
 
         if defined?($tmpfiles)
             $tmpfiles.each do |file|

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list