Skip to content

Commit

Permalink
Require new support helpers in example test_helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed Aug 1, 2017
1 parent c62150e commit 2c4aa4d
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
Expand Up @@ -3,4 +3,8 @@ ExUnit.configure seed: 0
Mix.Task.run "ecto.create", ~w(-r Repo)
Mix.Task.run "ecto.migrate", ~w(-r Repo)

Code.require_file("test/support/multi_tenant_helper.exs")
Code.require_file("test/support/query_helper.exs")
Code.require_file("test/support/changeset_helper.exs")

ExUnit.start

0 comments on commit 2c4aa4d

Please sign in to comment.