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