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