8 lines
122 B
Elixir
8 lines
122 B
Elixir
defmodule AutoLinkerTest do
|
|
use ExUnit.Case
|
|
doctest AutoLinker
|
|
|
|
test "the truth" do
|
|
assert 1 + 1 == 2
|
|
end
|
|
end
|