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