You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
confirmations_controller_spec.rb Fix email confirmation link not updating email (#6187) 7 years ago
passwords_controller_spec.rb Redirect to PasswordController#new when reset_password_token is invalid (#4506) 7 years ago
registrations_controller_spec.rb Cover Auth::RegistrationsController more (#3353) 7 years ago
sessions_controller_spec.rb Add "signed in as" header to some pages (#4523) 7 years ago