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