aife/test/aife_test.exs

9 lines
129 B
Elixir

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