1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-23 16:33:28 +00:00
mobilizon/test/test_helper.exs

7 lines
220 B
Elixir
Raw Normal View History

{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter, ExUnitNotifier])
ExUnit.start()
2019-09-07 23:49:56 +00:00
Ecto.Adapters.SQL.Sandbox.mode(Mobilizon.Storage.Repo, :manual)