4 lines
89 B
Elixir
4 lines
89 B
Elixir
defmodule PokerEx.CombinationTest do
|
|
use ExUnit.Case
|
|
doctest PokerEx.Combination
|
|
end
|