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