mastodon/spec/controllers/auth
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email (#6187)
A change introduced in #6125 prevents
`Devise::Models::Confirmable#confirm` from being called for existing
users, which in turn leads to `email` not being set to
`unconfirmed_email`, breaking email updates. This also adds a test
that would've caught this issue.
2018-01-05 00:15:35 +01:00
..
confirmations_controller_spec.rb Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
passwords_controller_spec.rb Redirect to PasswordController#new when reset_password_token is invalid (#4506) 2017-08-03 17:45:45 +02:00
registrations_controller_spec.rb Cover Auth::RegistrationsController more (#3353) 2017-06-25 21:42:55 +02:00
sessions_controller_spec.rb Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00