9 lines
141 B
Elixir
9 lines
141 B
Elixir
|
defmodule BallsPdsTest do
|
||
|
use ExUnit.Case
|
||
|
doctest BallsPds
|
||
|
|
||
|
test "greets the world" do
|
||
|
assert BallsPds.hello() == :world
|
||
|
end
|
||
|
end
|