9 lines
108 B
Elixir
9 lines
108 B
Elixir
|
|
defmodule IsnTest do
|
||
|
|
use ExUnit.Case
|
||
|
|
doctest Isn
|
||
|
|
|
||
|
|
test "the truth" do
|
||
|
|
assert 1 + 1 == 2
|
||
|
|
end
|
||
|
|
end
|