• Lin Jen-Shin's avatar
    RegistrationsController#create cannot record the user · 613f64a0
    Lin Jen-Shin authored
    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.
    613f64a0
registrations_controller_spec.rb 22.3 KB