repo_server/test/rl_repo_test.exs

9 lines
137 B
Elixir

defmodule RlRepoTest do
use ExUnit.Case
doctest RlRepo
test "greets the world" do
# assert RlRepo.hello() == :world
end
end