From 033d07a519bac03fdfd28ca15e09cc287e80fd14 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 24 Jan 2017 17:09:18 +0100 Subject: Initial commit with non-functional pieces of code about file upload --- test/test_helper.exs | 4 ++++ 1 file changed, 4 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..f6a4659 --- /dev/null +++ b/test/test_helper.exs @@ -0,0 +1,4 @@ +ExUnit.start + +Ecto.Adapters.SQL.Sandbox.mode(TheTranscriberBackend.Repo, :manual) + -- cgit v1.2.1