From 3b7d100b519b8ade5b5932a26b2cbbbc4c648e6c Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sun, 5 Jun 2011 11:20:06 +0100 Subject: [PATCH] Fix typo --- activerecord/test/support/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def read_config 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] } -- GitLab