balls/test/balls_pds_test.exs

9 lines
141 B
Elixir

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