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()
|
|
|
|
|
2018-10-11 15:37:39 +00:00
|
|
|
Ecto.Adapters.SQL.Sandbox.mode(Mobilizon.Repo, :manual)
|