mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
fixes db config file so the mysql2 adapter is actually used
This commit is contained in:
parent
20963dd75b
commit
dd1f67bd79
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ mysql:
|
|||
encoding: utf8
|
||||
|
||||
mysql2:
|
||||
adapter: mysql
|
||||
adapter: mysql2
|
||||
database: database_cleaner_test
|
||||
username: root
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue