Current section
Files
Jump to
Current section
Files
test/entity/helpers_test.exs
defmodule Entity.HelpersTest do
use ExUnit.Case
alias Ecto.Entity.Helpers
test "We can get the repo module to work with" do
assert Helpers.get_repo() == Ecto.Entity.Repo
end
end