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