vivid_png/test/vivid_png_test.exs

9 lines
120 B
Elixir
Raw Normal View History

2017-01-12 08:40:31 +13:00
defmodule Vivid.PNGTest do
use ExUnit.Case
doctest Vivid.PNG
test "the truth" do
assert 1 + 1 == 2
end
end