Current section

Files

Jump to
curator priv templates curator.database_authenticatable.install test_cases.exs
Raw

priv/templates/curator.database_authenticatable.install/test_cases.exs

describe "database_authenticatable" do
alias <%= inspect schema.module %>
test "find_user_by_email with NO existing user" do
end
test "find_user_by_email with an existing user" do
end
end