Chrisbr 2014-05-10 16:45:51 +02:00
parent 7e7dadac88
commit 0a5f08878f
2 changed files with 1 additions and 5 deletions

View file

@ -14,7 +14,7 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: ":memory:"
database: db/test.sqlite3
pool: 5
timeout: 5000