We shouldn't delete existing user, otherwise
it's not going to find the user, of course, right? The `user` is already created in the other example, unfortunately. If we `User.delete_all`, then `user` would be pointing to a deleted user.
Showing
Please register or sign in to comment