[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
James Turnbull
james at lovedthanlost.net
Wed Jul 14 10:29:53 UTC 2010
The following commit has been merged in the upstream branch:
commit 04842efb37d31f697f726d8bd9ae38788aa3dc5c
Author: James Turnbull <james at lovedthanlost.net>
Date: Thu Jan 28 09:12:10 2010 +1100
Fixed test error message.
diff --git a/spec/integration/util/rdoc/parser.rb b/spec/integration/util/rdoc/parser.rb
index 1dd36c6..dcb9ae7 100755
--- a/spec/integration/util/rdoc/parser.rb
+++ b/spec/integration/util/rdoc/parser.rb
@@ -46,7 +46,7 @@ describe RDoc::Parser do
end
it "should get a PuppetClass for the main class" do
- @parser.scan.classes[0].should be_a RDoc::PuppetClass
+ @parser.scan.classes[0].should be_a(RDoc::PuppetClass)
end
it "should produce a PuppetClass whose name is test" do
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list