Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add set_delivery_method and restore_delivery_method to `ActionMailer::TestCase. #16571

Merged
merged 1 commit into from
Aug 20, 2014
Merged

Add set_delivery_method and restore_delivery_method to `ActionMailer::TestCase. #16571

merged 1 commit into from
Aug 20, 2014

Conversation

lucasmazza
Copy link
Contributor

This way these methods are available outside the ActionMailer test suite, but
they are still duplicated inside test/abstract_unit for test cases that don't
inherit from the ActionMailer::TestCase class.

…ler::TestCase`.

This way these methods are available outside the ActionMailer test suite, but
they are still duplicated inside `test/abstract_unit` for test cases that don't
inherit from the `ActionMailer::TestCase` class.
rafaelfranca added a commit that referenced this pull request Aug 20, 2014
Add `set_delivery_method` and `restore_delivery_method` to `ActionMailer::TestCase.
@rafaelfranca rafaelfranca merged commit c8041ab into rails:master Aug 20, 2014
@lucasmazza lucasmazza deleted the lm-fix-actionmailer-test-case branch August 20, 2014 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants