portingtools/test/portingtools_test.exs

9 lines
153 B
Elixir

defmodule PortingtoolsTest do
use ExUnit.Case
doctest Portingtools
test "greets the world" do
assert Portingtools.hello() == :world
end
end