diff options
| author | dtluna <dtluna@openmailbox.org> | 2017-04-16 17:12:28 +0300 |
|---|---|---|
| committer | dtluna <dtluna@openmailbox.org> | 2017-04-16 17:12:28 +0300 |
| commit | 82914e1e4de37747653c83644b428c1ba29428c9 (patch) | |
| tree | 0688c91826f16ba428a9cea7a25a74ed2ae19e1d /test/test_helper.exs | |
| parent | 594dd01ab2864482d8c1cdb0153d7b4b0972b3b4 (diff) | |
| parent | e158e32124a62f2c93a8910bf3edc4519c4a13e6 (diff) | |
| download | pleroma-82914e1e4de37747653c83644b428c1ba29428c9.tar.gz pleroma-82914e1e4de37747653c83644b428c1ba29428c9.zip | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/follow-by-screen-name
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) |
