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