add all modules, better gradle setup, and elixir for server
This commit is contained in:
8
plt-server/test/plt_server_test.exs
Normal file
8
plt-server/test/plt_server_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule PltServerTest do
|
||||
use ExUnit.Case
|
||||
doctest PltServer
|
||||
|
||||
test "greets the world" do
|
||||
assert PltServer.hello() == :world
|
||||
end
|
||||
end
|
||||
1
plt-server/test/test_helper.exs
Normal file
1
plt-server/test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
Reference in New Issue
Block a user