Skip to content

Commit

Permalink
Require new support helper in lib test_helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed Aug 1, 2017
1 parent 8a42220 commit cf638d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PaperTrail.UUIDRepo.start_link
Code.require_file("test/support/simple_models.exs")
Code.require_file("test/support/strict_models.exs")
Code.require_file("test/support/uuid_models.exs")
Code.require_file("test/support/multi_tenant_helper.exs")

ExUnit.configure seed: 0

Expand Down

0 comments on commit cf638d6

Please sign in to comment.