aboutsummaryrefslogtreecommitdiff
path: root/test/server_test.exs
blob: d710e5cdfe3dc50d2b9af907d48206605b0e7b09 (plain) (blame)
1
2
3
4
5
6
7
8
defmodule ChesshTest do
  use ExUnit.Case
  doctest Chessh

  test "greets the world" do
    assert Chessh.hello() == :world
  end
end