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