defmodule VividTest do use ExUnit.Case doctest Vivid test "the truth" do assert 1 + 1 == 2 end end