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

Broken path

this causes CI failure on ruby 3.1
This commit is contained in:
Akira Matsuda 2021-05-05 04:28:39 +09:00
parent 5efd559677
commit bbd76da988
2 changed files with 2 additions and 2 deletions

View file

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

View file

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