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