vivid/test/vivid_test.exs
2016-12-21 13:34:16 +13:00

8 lines
112 B
Elixir

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