2018-01-13 23:33:03 +01:00
|
|
|
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
2018-07-27 10:45:35 +02:00
|
|
|
ExUnit.configure(formatters: [ExUnit.CLIFormatter, ExUnitNotifier])
|
2018-01-13 23:33:03 +01:00
|
|
|
|
2017-12-08 09:58:14 +01:00
|
|
|
ExUnit.start()
|
|
|
|
|
2018-10-11 17:37:39 +02:00
|
|
|
Ecto.Adapters.SQL.Sandbox.mode(Mobilizon.Repo, :manual)
|