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