linkify/test/auto_linker_test.exs
2017-03-29 10:11:22 -04:00

8 lines
122 B
Elixir

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