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