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