defmodule MailexTest do use ExUnit.Case doctest Mailex test "the truth" do assert 1 + 1 == 2 end end