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

Markus Roberts Markus at reality.com
Wed Jul 14 10:36:30 UTC 2010


The following commit has been merged in the upstream branch:
commit 528b9153f4d4c264f367c685fe22587122236144
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Thu Jul 1 16:55:42 2010 -0700

    maint: fix stubs in transaction_spec.rb
    
    Puppet::Util::Storage was trying to create state.yaml during unrelated
    specs.

diff --git a/spec/integration/transaction_spec.rb b/spec/integration/transaction_spec.rb
index 6a4dbae..c93de17 100755
--- a/spec/integration/transaction_spec.rb
+++ b/spec/integration/transaction_spec.rb
@@ -9,6 +9,10 @@ require 'puppet_spec/files'
 describe Puppet::Transaction do
     include PuppetSpec::Files
 
+    before do
+        Puppet::Util::Storage.stubs(:store)
+    end
+
     def mk_catalog(*resources)
         catalog = Puppet::Resource::Catalog.new(Puppet::Node.new("mynode"))
         resources.each { |res| catalog.add_resource res }

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list