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