Current section

Files

Jump to
compass test compass_test.exs
Raw

test/compass_test.exs

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