diff options
author | dtluna <dtluna@openmailbox.org> | 2017-04-16 13:25:38 +0300 |
---|---|---|
committer | dtluna <dtluna@openmailbox.org> | 2017-04-16 13:25:38 +0300 |
commit | ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5 (patch) | |
tree | 4eaec774a57163ed109a4b8bb11c467dc27ed3c6 /test/test_helper.exs | |
parent | 84c20128100ad5b074720c44a24375b809a0ce09 (diff) | |
parent | b179b3413e7dbdafbe8a3839ba7719b9eb2a582d (diff) | |
download | pleroma-ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5.tar.gz pleroma-ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5.zip |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/help-test
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r-- | test/test_helper.exs | 1 |
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) |