Configure test .sqlite3 filename in absolute path

This commit is contained in:
Akira Matsuda 2017-06-29 20:30:11 +09:00
parent 6bfe383e08
commit 762e0d3d1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
sqlite3: &sqlite3
adapter: sqlite3
database: kaminari_test.sqlite3
database: <%= File.expand_path '../test/fake_app/kaminari_test.sqlite3', __FILE__ %>
pool: 5
timeout: 5000