9 lines
153 B
Elixir
9 lines
153 B
Elixir
defmodule GlobalBckJobTest do
|
|
use ExUnit.Case
|
|
doctest GlobalBckJob
|
|
|
|
test "greets the world" do
|
|
assert GlobalBckJob.hello() == :world
|
|
end
|
|
end
|