katso/test/test_helper.exs

7 lines
219 B
Elixir
Raw Normal View History

2015-04-18 20:03:53 +00:00
ExUnit.start
# Create the database, run migrations, and start the test transaction.
Mix.Task.run "ecto.create", ["--quiet"]
Mix.Task.run "ecto.migrate", ["--quiet"]
Ecto.Adapters.SQL.begin_test_transaction(Katso.Repo)