1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-22 16:48:40 +00:00
mobilizon/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

6 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)