Phoenix skeleton

This commit is contained in:
Roger Braun 2017-03-17 17:09:58 +01:00
commit a93f3421a7
25 changed files with 873 additions and 0 deletions

4
test/test_helper.exs Normal file
View file

@ -0,0 +1,4 @@
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)