[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Jesse Wolfe
jes5199 at gmail.com
Wed Jul 14 10:32:14 UTC 2010
The following commit has been merged in the upstream branch:
commit e89549450434d09284bf1a851a39b74e71cb0d7f
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Fri Apr 9 14:33:48 2010 -0700
Puppet::Parser::Resource.new parameters have changed
diff --git a/spec/unit/parser/resource.rb b/spec/unit/parser/resource.rb
index 9836910..1af9da3 100755
--- a/spec/unit/parser/resource.rb
+++ b/spec/unit/parser/resource.rb
@@ -75,7 +75,7 @@ describe Puppet::Parser::Resource do
it "should use the scope's environment as its environment" do
@scope.expects(:environment).returns "myenv"
- Puppet::Parser::Resource.new(:type => "file", :title => "whatever", :scope => @scope).environment.should == "myenv"
+ Puppet::Parser::Resource.new("file", "whatever", :scope => @scope).environment.should == "myenv"
end
it "should be isomorphic if it is builtin and models an isomorphic type" do
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list