rdf-ex/test/rdf_core_test.exs
2016-09-30 16:36:50 +02:00

8 lines
118 B
Elixir

defmodule RDF.CoreTest do
use ExUnit.Case
doctest RDF.Core
test "the truth" do
assert 1 + 1 == 2
end
end