Put together tests for seamless_database_pool adapter
This commit is contained in:
parent
23a07371dd
commit
1d9b30cf83
5 changed files with 11 additions and 2 deletions
|
@ -1 +1 @@
|
|||
ENV["ARE_DB"] = "mysql2"
|
||||
ENV["ARE_DB"] = "mysql2"
|
||||
|
|
1
test/adapters/seamless_database_pool.rb
Normal file
1
test/adapters/seamless_database_pool.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "seamless_database_pool"
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue