Commit 7aaf780
fix: update mailer mock to use deliver_now for Devise 5 compatibility
Devise 5 changed send_devise_notification to call deliver_now instead
of deliver. The test double only stubbed deliver, causing a failure.
This is a test-only change — real ActionMailer objects respond to both
methods.1 parent d21941c commit 7aaf780
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments