+1 On Dec 17, 2009, at 9:17 PM, Markus Roberts wrote:
> > Signed-off-by: Markus Roberts <[email protected]> > --- > spec/unit/file_serving/metadata.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > 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 > -- > 1.6.4 > > -- > > 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 > . > > -- Man is the only animal that can remain on friendly terms with the victims he intends to eat until he eats them. -- Samuel Butler (1835-1902) --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com -- 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.
