[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90
Markus Roberts
Markus at reality.com
Mon Aug 16 12:48:58 UTC 2010
The following commit has been merged in the upstream branch:
commit 0e4bc62716a37cc82a8a5dbb5865ac7f45cf71b2
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Wed Aug 4 13:59:10 2010 -0700
[#4364] Fix failing spec due to incorrect loglevel
A spec was failing since it wasn't updated when the #4364 change was
made.
diff --git a/spec/unit/transaction/resource_harness_spec.rb b/spec/unit/transaction/resource_harness_spec.rb
index 31965c9..255481a 100755
--- a/spec/unit/transaction/resource_harness_spec.rb
+++ b/spec/unit/transaction/resource_harness_spec.rb
@@ -50,7 +50,7 @@ describe Puppet::Transaction::ResourceHarness do
end
it "should cache and log the current value if no cached values are present" do
- @resource.expects(:info)
+ @resource.expects(:debug)
@harness.copy_audited_parameters(@resource, {:mode => "755"}).should == []
@harness.cached(@resource, :mode).should == "755"
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list