akkoma/test/test_helper.exs

5 lines
125 B
Elixir
Raw Normal View History

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