Now we have join_table, create_table and join_lobby + test cases
This commit is contained in:
parent
818205e19b
commit
3f41769233
3 changed files with 40 additions and 9 deletions
|
@ -1,4 +1,8 @@
|
|||
-module(helpers).
|
||||
-export([not_implemented/0, get_new_token/0]).
|
||||
|
||||
not_implemented() ->
|
||||
exit("Not implemented").
|
||||
|
||||
get_new_token() ->
|
||||
string:strip(os:cmd("uuidgen"), right, $\n ).
|
||||
|
|
Reference in a new issue