ip/test/ip_test.exs
2017-10-06 14:56:47 +13:00

8 lines
123 B
Elixir

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