Testing mailers in Rails
https://minitestrails.com/guide/testing-mailers/
Chapter 14 of the Minitest Rails guide is out now. Learn how to test mailers with Minitest Rails:
- Add “Share by email” feature to the Rails app
- Mailer Test and Mailer Previews
- Integration Tests for full edge case testing
- Smoke styled system test for the happy path
- Letter Opener setup for intercepting emails in development and showing them in browser
Post a comment