instance method
receive_inbound_email_from_fixture
Ruby on Rails 8.1.2
Since v6.0.6Signature
receive_inbound_email_from_fixture(*args)
Create an InboundEmail from fixture using the same arguments as create_inbound_email_from_fixture and immediately route it to processing.
Parameters
-
argsrest
Source
# File actionmailbox/lib/action_mailbox/test_helper.rb, line 79
def receive_inbound_email_from_fixture(*args)
create_inbound_email_from_fixture(*args).tap(&:route)
end
Defined in actionmailbox/lib/action_mailbox/test_helper.rb line 79
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::TestHelper