summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-16 17:18:34 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-16 17:18:34 +0300
commitef5033d7a7f744607235e974c7beb96b014c2b61 (patch)
treeb885af1dedf3978ad265cf769713915d04510d0f /test/test_helper.exs
parenta8e50d602ba25b2062e0e676e1dd115da64c2565 (diff)
parente158e32124a62f2c93a8910bf3edc4519c4a13e6 (diff)
downloadpleroma-ef5033d7a7f744607235e974c7beb96b014c2b61.tar.gz
pleroma-ef5033d7a7f744607235e974c7beb96b014c2b61.zip
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into bugfix/repeated-follow-unfollow
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index 602c5fca4..a2a9c7fd9 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -1,4 +1,5 @@
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
+{:ok, _} = Application.ensure_all_started(:ex_machina)