From b564ffcad4df58c8364bafb850774539b161b26a Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sun, 2 Oct 2011 22:51:01 -0400 Subject: To support ActiveRecord unit tests for IBM DB2 --- activerecord/test/config.example.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/test/config.example.yml') diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml index 8c1a45430e..f450efd839 100644 --- a/activerecord/test/config.example.yml +++ b/activerecord/test/config.example.yml @@ -37,11 +37,13 @@ connections: db2: arunit: + adapter: ibm_db host: localhost username: arunit password: arunit database: arunit arunit2: + adapter: ibm_db host: localhost username: arunit password: arunit -- cgit v1.2.3