aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-06-05 11:20:06 +0100
committerJon Leighton <j@jonathanleighton.com>2011-06-05 11:28:17 +0100
commit3b7d100b519b8ade5b5932a26b2cbbbc4c648e6c (patch)
tree4b80b04882ad0d05630bba2981a47aa818f7ccae /activerecord
parentcc2851b8483e651b3dc3c36a2a28d2bd08d85ad2 (diff)
downloadrails-3b7d100b519b8ade5b5932a26b2cbbbc4c648e6c.tar.gz
rails-3b7d100b519b8ade5b5932a26b2cbbbc4c648e6c.tar.bz2
rails-3b7d100b519b8ade5b5932a26b2cbbbc4c648e6c.zip
Fix typo
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/support/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/support/config.rb b/activerecord/test/support/config.rb
index 2760d88d20..3b1598e368 100644
--- a/activerecord/test/support/config.rb
+++ b/activerecord/test/support/config.rb
@@ -22,7 +22,7 @@ module ARTest
def expand_config(config)
config['connections'].each do |adapter, connection|
- dbs = [['arunit', 'activerecord_unittest'], ['arunit2', 'activerecord_unittest']]
+ dbs = [['arunit', 'activerecord_unittest'], ['arunit2', 'activerecord_unittest2']]
dbs.each do |name, dbname|
unless connection[name].is_a?(Hash)
connection[name] = { 'database' => connection[name] }