1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00
akkoma/test/test_helper.exs

6 lines
126 B
Elixir
Raw Normal View History

2017-03-17 16:09:58 +00:00
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
2017-04-13 14:49:24 +01:00
{:ok, _} = Application.ensure_all_started(:ex_machina)
2017-03-17 16:09:58 +00:00