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