Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn test test_helper.exs
Raw

test/test_helper.exs

{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.start
Mix.Task.run "ecto.create", ~w(-r Lyn.Repo --quiet)
Mix.Task.run "ecto.migrate", ~w(-r Lyn.Repo --quiet)
Ecto.Adapters.SQL.begin_test_transaction(Lyn.Repo)