elixir-book/issues/test/issues_test.exs

9 lines
135 B
Elixir

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