diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/chessh_test.exs | 4 | ||||
-rw-r--r-- | test/server_test.exs | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/test/chessh_test.exs b/test/chessh_test.exs new file mode 100644 index 0000000..0fa7da8 --- /dev/null +++ b/test/chessh_test.exs @@ -0,0 +1,4 @@ +defmodule ChesshTest do + use ExUnit.Case + doctest Chessh +end diff --git a/test/server_test.exs b/test/server_test.exs deleted file mode 100644 index d710e5c..0000000 --- a/test/server_test.exs +++ /dev/null @@ -1,8 +0,0 @@ -defmodule ChesshTest do - use ExUnit.Case - doctest Chessh - - test "greets the world" do - assert Chessh.hello() == :world - end -end |