Put together tests for seamless_database_pool adapter

This commit is contained in:
Yury Velikanau 2012-08-22 19:50:37 -07:00
parent 23a07371dd
commit 1d9b30cf83
5 changed files with 11 additions and 2 deletions

View file

@ -1 +1 @@
ENV["ARE_DB"] = "mysql2"
ENV["ARE_DB"] = "mysql2"

View file

@ -0,0 +1 @@
ENV["ARE_DB"] = "seamless_database_pool"

View file

@ -13,6 +13,13 @@ mysql2:
<<: *common
adapter: mysql2
seamless_database_pool:
<<: *common
adapter: seamless_database_pool
pool_adapter: mysql2
master:
host: localhost
postgresql:
<<: *common
username: postgres