1 2 3 4 5 6 7 8
defmodule LithiumTest do use ExUnit.Case doctest Lithium test "greets the world" do assert Lithium.hello() == :world end end