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