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