test: integration link spec

- spec_helper (spec-kemal setup)
- spec_helper (micreate migration)
- create_test_link + get_test_link + delete_test_link helpers
- fix test env variables
This commit is contained in:
Juan Rodriguez
2024-05-13 22:57:13 +02:00
parent 6b21bc0cd6
commit a8e2e971d6
6 changed files with 300 additions and 17 deletions
+3
View File
@@ -0,0 +1,3 @@
PORT=4001
DATABASE_URL=sqlite3://./sqlite/data.test.db?journal_mode=wal&synchronous=normal&foreign_keys=true
APP_URL=http://localhost:4001