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