planterette/plt-server/test/plt_server_test.exs

9 lines
144 B
Elixir

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