summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-12-18 15:01:10 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-12-18 15:01:10 +1100
commit2432b235d46c056bcb35b64b9197585fd13ab22a (patch)
tree536dad25a832fa4e43f765c996b72dec7882ac3b
parentf5960ce2bde4af9af1af8bdf106e83d21afacb5c (diff)
downloadpuppet-2432b235d46c056bcb35b64b9197585fd13ab22a.tar.gz
puppet-2432b235d46c056bcb35b64b9197585fd13ab22a.tar.xz
puppet-2432b235d46c056bcb35b64b9197585fd13ab22a.zip
Fixed test typo
-rwxr-xr-xspec/unit/rails.rb2
1 files changed, 1 insertions, 1 deletions
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")