This is another cleanup method we need to run.

Signed-off-by: Luke Kanies <[email protected]>
---
 spec/spec_helper.rb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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|
-- 
1.6.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to