isn/test/isn_test.exs

9 lines
108 B
Elixir
Raw Normal View History

2015-05-05 20:15:40 +00:00
defmodule IsnTest do
use ExUnit.Case
doctest Isn
test "the truth" do
assert 1 + 1 == 2
end
end