Full refactor/better docs
This commit is contained in:
8
web-api/phorcy_api_ex/test/phorcy_api_ex_test.exs
Normal file
8
web-api/phorcy_api_ex/test/phorcy_api_ex_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule PhorcyApiExTest do
|
||||
use ExUnit.Case
|
||||
doctest PhorcyApiEx
|
||||
|
||||
test "greets the world" do
|
||||
assert PhorcyApiEx.hello() == :world
|
||||
end
|
||||
end
|
||||
1
web-api/phorcy_api_ex/test/test_helper.exs
Normal file
1
web-api/phorcy_api_ex/test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
Reference in New Issue
Block a user