[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:31:53 UTC 2010


The following commit has been merged in the upstream branch:
commit 0917248d801de3c345938ceda960fc0396539982
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Tue Mar 30 17:45:49 2010 -0700

    REST: Fix a state leak causing test failures

diff --git a/spec/unit/application/resource.rb b/spec/unit/application/resource.rb
index ebb8c4f..6224ee0 100755
--- a/spec/unit/application/resource.rb
+++ b/spec/unit/application/resource.rb
@@ -9,6 +9,7 @@ describe "resource" do
         @resource = Puppet::Application[:resource]
         Puppet::Util::Log.stubs(:newdestination)
         Puppet::Util::Log.stubs(:level=)
+        Puppet::Resource.indirection.stubs(:terminus_class=)
     end
 
     it "should ask Puppet::Application to not parse Puppet configuration file" do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list