init
This commit is contained in:
8
global_bck_job/test/global_bck_job_test.exs
Normal file
8
global_bck_job/test/global_bck_job_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule GlobalBckJobTest do
|
||||
use ExUnit.Case
|
||||
doctest GlobalBckJob
|
||||
|
||||
test "greets the world" do
|
||||
assert GlobalBckJob.hello() == :world
|
||||
end
|
||||
end
|
1
global_bck_job/test/test_helper.exs
Normal file
1
global_bck_job/test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
Reference in New Issue
Block a user