Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughVersion 2.9.0 release bumping library to latest version with changelog entry documenting the change from raw header to structured address field parsing for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
||
| it { is_expected.to eq(expected_headers) } | ||
| end | ||
|
|
There was a problem hiding this comment.
I removed the tests that test Mail gem rather then Mailtrap and tests that duplicate other tests.
Motivation
Release version 2.9.0
Changes
reply_toas a structured address field instead of passing it as a rawheader when sending with Action Mailer
How to test
Summary by CodeRabbit
reply_tofield is now parsed as a structured address field when sending with Action Mailer, improving consistency with standard email field handling.