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