Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 1a4c067190b8f29bc3b52992551e253c206c367f (plain)
1
2
3
4
5
6
7
8
defmodule PandocTest do
  use ExUnit.Case
  doctest Pandoc

  test "greets the world" do
    assert Pandoc.hello() == :world
  end
end