From 2055742911201258e6f755b3eb4031a1b09407f1 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 6 Apr 2022 12:13:54 -0600 Subject: Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email --- test/test_helper.exs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/test_helper.exs (limited to 'test/test_helper.exs') diff --git a/test/test_helper.exs b/test/test_helper.exs new file mode 100644 index 0000000..0321594 --- /dev/null +++ b/test/test_helper.exs @@ -0,0 +1,2 @@ +ExUnit.start() +Ecto.Adapters.SQL.Sandbox.mode(Aggiedit.Repo, :manual) -- cgit v1.2.3-70-g09d2