Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: ActionMailbox test helper argument list | Kyle Zhao | 2019-04-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | `receive_inbound_email_from_source` should accept an argument list (`*args`) instead, to allow for the `source` argument in `create_inbound_email_from_source`. ```ruby receive_inbound_email_from_source(source, status: :processing) ``` Accepting a keyword argument list (`**kwargs`) results in an `ArgumentError` ```text ArgumentError: wrong number of arguments (given 1, expected 0) ``` | ||||
* | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 1 | -6/+6 |
| | | | | Use `+` instead of backquote. | ||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -0/+44 |