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