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