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