[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:35:12 UTC 2010
The following commit has been merged in the upstream branch:
commit ebc3e78f79dfaa8f8ba956958c1c9bb4300d5e8e
Author: Matt Robinson <matt at puppetlabs.com>
Date: Thu Jun 24 12:10:27 2010 -0700
maint: Fixing a failing spec by stubbing a method on a stubbed object that should have been stubbed.
This failure was introduced in commit 94390de11d046d4906842f33aa9865f6c3835633,
which just had the message 'foo'.
diff --git a/spec/unit/indirector/file_bucket_file/file_spec.rb b/spec/unit/indirector/file_bucket_file/file_spec.rb
index bad6de3..f821ca4 100755
--- a/spec/unit/indirector/file_bucket_file/file_spec.rb
+++ b/spec/unit/indirector/file_bucket_file/file_spec.rb
@@ -173,6 +173,7 @@ describe Puppet::FileBucketFile::File do
@bucket.stubs(:bucket_path)
@bucket.stubs(:checksum_data).returns(@digest)
@bucket.stubs(:path).returns(nil)
+ @bucket.stubs(:checksum).returns(nil)
@bucket.stubs(:contents).returns("file contents")
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list