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