Current section

Files

Jump to
arangoex test arangoex_test.exs
Raw

test/arangoex_test.exs

defmodule ArangoexTest do
use ExUnit.Case
doctest Arangoex
test "the truth" do
assert 1 + 1 == 2
end
end