mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
database.yml.example for testing activerecord...
This commit is contained in:
parent
816fa3808f
commit
b8e30d46ea
1 changed files with 8 additions and 0 deletions
8
examples/config/database.yml.example
Normal file
8
examples/config/database.yml.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
#This is an example of what database.yml *should* look like (when I wrote it)
|
||||
#The real database.yml is generated automatically by the active record model lib (so it can be correct)
|
||||
two:
|
||||
adapter: sqlite3
|
||||
database: /path/to/examples/features/support/../../db/activerecord_two.db
|
||||
one:
|
||||
adapter: sqlite3
|
||||
database: /path/to/examples/features/support/../../db/activerecord_one.db
|
Loading…
Reference in a new issue