portingtools/test/portingtools_test.exs

9 lines
153 B
Elixir
Raw Normal View History

2022-10-31 10:48:35 +01:00
defmodule PortingtoolsTest do
use ExUnit.Case
doctest Portingtools
test "greets the world" do
assert Portingtools.hello() == :world
end
end