1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/lib/action_mailbox
Kyle Zhao 4a9f2a746e FIX: ActionMailbox test helper argument list
`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)
```
2019-04-09 00:43:53 -04:00
..
mail_ext Nest Action Mailbox classes in the API docs 2018-12-26 16:18:42 -05:00
router Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00
base.rb Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00
callbacks.rb
engine.rb Fix preparing the configured Action Mailbox ingress in production 2019-02-18 11:50:50 -05:00
gem_version.rb Prep release 2019-03-11 11:58:15 -04:00
mail_ext.rb
relayer.rb Add Exim and Qmail support to Action Mailbox 2019-01-12 21:38:26 -05:00
router.rb Nest Action Mailbox classes in the API docs 2018-12-26 16:18:42 -05:00
routing.rb Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00
test_case.rb Add load hook for ActionMailbox::TestCase 2018-12-31 23:35:53 -05:00
test_helper.rb FIX: ActionMailbox test helper argument list 2019-04-09 00:43:53 -04:00
version.rb