mastodon/spec
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
..
controllers Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
fabricators
features Add scenarios for log in (#3497) 2017-06-01 17:25:59 +02:00
fixtures
helpers
lib Don't normalize URLs in toots (#6134) 2018-01-03 20:51:33 +01:00
mailers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
models Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
policies
presenters Add tests for AccountRelationshipsPresenter (#5805) 2017-11-24 14:41:04 +01:00
requests
routing
services Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
support
validators
views
workers Lists (#5703) 2017-11-18 00:16:48 +01:00
rails_helper.rb
spec_helper.rb