[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08
James Turnbull
james at lovedthanlost.net
Fri Jan 15 09:07:55 UTC 2010
The following commit has been merged in the upstream branch:
commit 2432b235d46c056bcb35b64b9197585fd13ab22a
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Dec 18 15:01:10 2009 +1100
Fixed test typo
diff --git a/spec/unit/rails.rb b/spec/unit/rails.rb
index c714a2a..0302873 100755
--- a/spec/unit/rails.rb
+++ b/spec/unit/rails.rb
@@ -74,7 +74,7 @@ end
describe Puppet::Rails, "when initializing a sqlite3 connection" do
confine "Cannot test without ActiveRecord" => Puppet.features.rails?
- it "should provide the adapter, log_level, and dbfile arguments" do
+ it "should provide the adapter, log_level, and database arguments" do
Puppet.settings.expects(:value).with(:dbadapter).returns("sqlite3")
Puppet.settings.expects(:value).with(:rails_loglevel).returns("testlevel")
Puppet.settings.expects(:value).with(:dblocation).returns("testlocation")
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list