Current section
Files
Jump to
Current section
Files
test/arangoex_test.exs
defmodule MyArangoexTest do
use ExUnit.Case
doctest MyArangoex
test "the truth" do
assert 1 + 1 == 2
end
end