defmodule PokerExTest do use ExUnit.Case doctest PokerEx test "greets the world" do assert PokerEx.hello() == :world end end