aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* FIX: ActionMailbox test helper argument listKyle Zhao2019-04-091-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]colorbox2019-01-171-6/+6
| | | | Use `+` instead of backquote.
* Import Action MailboxGeorge Claghorn2018-12-251-0/+44