Suggest an in-memory db for testing.
This commit is contained in:
parent
8c7e6165a4
commit
022c733b6d
2 changed files with 8 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ development:
|
|||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: db/test.sqlite3
|
||||
database: ":memory:"
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue