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