Current section

Files

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

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

describe "ueberauth" do
alias <%= inspect schema.module %>
test "find_or_create_from_auth with NO existing user and valid data" do
end
test "find_or_create_from_auth with NO existing user and invalid data" do
end
test "find_or_create_from_auth with an existing user" do
end
end