sloanelybutsurely.com/test/test_helper.exs
2025-02-25 17:00:47 -05:00

4 lines
134 B
Elixir

{:ok, _} = Application.ensure_all_started(:ex_machina)
Faker.start()
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(CMS.Repo, :manual)