Tests: adapt database.yml to allow parallele sqlite

This commit is contained in:
Simon Lehericey 2017-02-15 10:41:01 +01:00
parent 8bccf375e1
commit 15d27f6a7d

View file

@ -13,4 +13,4 @@ test:
adapter: sqlite3
pool: 5
timeout: 5000
database: db/test.sqlite3
database: db/test<%= ENV['TEST_ENV_NUMBER'] %>.sqlite3