Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicated `delivery_method` definition | yuuji.yaginuma | 2017-04-07 | 1 | -1/+0 |
| | | | | | `ActionMailer::Base.delivery_method` is already defined in https://github.com/rails/rails/blob/master/actionmailer/test/parameterized_test.rb#L13 | ||||
* | Avoid should in test names | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Implement respond_to_missing? in the Parameterized::Mailer class | Rafael Mendonça França | 2017-01-30 | 1 | -0/+14 |
| | |||||
* | restore `delivery_method` after test | yuuji.yaginuma | 2017-01-29 | 1 | -4/+1 |
| | | | | | Currently use two variables to restore `delivery_method`, but the order of restoring the values is incorrect and does not restore is correctly. | ||||
* | Offer the option to use parameterization for shared processing of headers ↵ | David Heinemeier Hansson | 2017-01-28 | 1 | -0/+44 |
and ivars (#27825) Offer the option to use parameterization for shared processing of headers and ivars |