[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08

Markus Roberts Markus at reality.com
Fri Jan 15 09:07:56 UTC 2010


The following commit has been merged in the upstream branch:
commit 03f37acaeb4c90d0256059fdc96f717077240811
Author: Markus Roberts <Markus at reality.com>
Date:   Thu Dec 17 21:17:25 2009 -0800

    Fix for #2950 (parens needed warning)

diff --git a/spec/unit/file_serving/metadata.rb b/spec/unit/file_serving/metadata.rb
index c27efd6..38240f7 100755
--- a/spec/unit/file_serving/metadata.rb
+++ b/spec/unit/file_serving/metadata.rb
@@ -86,7 +86,7 @@ describe Puppet::FileServing::Metadata do
         end
 
         it "should pass the checksum in the hash as a nested hash" do
-            @metadata.to_pson_data_hash['data']['checksum'].should be_is_a Hash
+            @metadata.to_pson_data_hash['data']['checksum'].should be_is_a(Hash)
         end
 
         it "should pass the checksum_type in the hash verbatum as the checksum's type" do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list