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