mercury_ex/test/mercury_test.exs

9 lines
138 B
Elixir

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