RegistrationsController#create cannot record the user
This is because `auth_user` is memoized as `nil` and even after the new user is created, there's no easy way to update the current context with the newly created user. It's passing before because rspec-retry will post again, which then it memoized the current user from previous request.
Showing
Please register or sign in to comment