提交 3b7d100b 编写于 作者: J Jon Leighton

Fix typo

上级 cc2851b8
......@@ -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] }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册