From 2432b235d46c056bcb35b64b9197585fd13ab22a Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 18 Dec 2009 15:01:10 +1100 Subject: Fixed test typo --- spec/unit/rails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/rails.rb b/spec/unit/rails.rb index c714a2ac4..03028734a 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") -- cgit