mobilizon.chapril.org-mobil.../test/test_helper.exs
Thomas Citharel 226df0d0ef make tests watchable and notifies
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-15 11:41:47 +01:00

7 lines
193 B
Elixir

{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Eventos.Repo, :manual)