1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

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

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