mercury_ex/test/mercury_test.exs

9 lines
138 B
Elixir
Raw Normal View History

2019-02-11 23:35:34 +00:00
defmodule MercuryTest do
use ExUnit.Case
doctest Mercury
test "greets the world" do
assert Mercury.hello() == :world
end
end