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