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

Jesse Wolfe jes5199 at gmail.com
Wed Jul 14 10:35:23 UTC 2010


The following commit has been merged in the upstream branch:
commit 61e978b5e066086c4a8754afcf5282b643e1e76d
Author: Nick Lewis <nick at puppetlabs.com>
Date:   Thu Jun 24 17:37:07 2010 -0700

    [#3139] Fixed a broken integration spec in type tidy
    
    A change to the way host_config is determined caused this spec to
    call store when it didn't before, so it needed to be mocked.

diff --git a/spec/integration/type/tidy.rb b/spec/integration/type/tidy.rb
index 632e21b..732e7dc 100755
--- a/spec/integration/type/tidy.rb
+++ b/spec/integration/type/tidy.rb
@@ -3,10 +3,15 @@
 require File.dirname(__FILE__) + '/../../spec_helper'
 
 require 'puppet_spec/files'
+require 'puppet/file_bucket/dipper'
 
 describe Puppet::Type.type(:tidy) do
     include PuppetSpec::Files
 
+    before do
+        Puppet::Util::Storage.stubs(:store)
+    end
+
     # Testing #355.
     it "should be able to remove dead links" do
         dir = tmpfile("tidy_link_testing")

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list