Skip to content

Commit

Permalink
migration added for examples on test
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 7, 2016
1 parent b66c52a commit d3bde7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
ExUnit.configure seed: 0

Mix.Task.run "ecto.create", ~w(-r Repo)
Mix.Task.run "ecto.migrate", ~w(-r Repo)

ExUnit.start

0 comments on commit d3bde7b

Please sign in to comment.