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