Merge pull request #113 from ChrisBr/feature_tests

tests
This commit is contained in:
Christian Bruckmayer 2014-05-13 15:54:18 +02:00
commit e8b9c26778
19 changed files with 606 additions and 44 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