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