Current section
Files
Jump to
Current section
Files
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