ip/test/ip_test.exs

9 lines
123 B
Elixir
Raw Normal View History

2017-10-06 14:56:47 +13:00
defmodule IPTest do
use ExUnit.Case
doctest IP
test "greets the world" do
assert IP.hello() == :world
end
end