defmodule Netzpevnik.SyncSrvTest do use ExUnit.Case doctest Netzpevnik.SyncSrv test "greets the world" do assert Netzpevnik.SyncSrv.hello() == :world end end