Add factories for testing.

This commit is contained in:
Roger Braun 2017-04-13 15:49:24 +02:00
commit 4cac385411
4 changed files with 50 additions and 0 deletions

View file

@ -38,6 +38,7 @@ defmodule Pleroma.Mixfile do
{:trailing_format_plug, "~> 0.0.5" },
{:html_sanitize_ex, "~> 1.0.0"},
{:calendar, "~> 0.16.1"},
{:ex_machina, "~> 2.0", only: :test},
{:mix_test_watch, "~> 0.2", only: :dev}]
end