Add mock.

This commit is contained in:
lain 2018-04-02 13:12:47 +02:00
commit 4e4a3e5e13
2 changed files with 4 additions and 1 deletions

View file

@ -45,7 +45,8 @@ defmodule Pleroma.Mixfile do
{:httpoison, "~> 0.11.2"},
{:jason, "~> 1.0"},
{:ex_machina, "~> 2.0", only: :test},
{:credo, "~> 0.7", only: [:dev, :test]}
{:credo, "~> 0.7", only: [:dev, :test]},
{:mock, "~> 0.3.0", only: :test}
]
end