Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ActionMailbox spec helpers and test type #2119

Merged
merged 2 commits into from May 9, 2019

Commits on May 4, 2019

  1. Add ActionMailbox spec helpers and test type

    Adds the following helpers to example groups with `:type => :mailbox`
    
    * process(mail_or_attributes) - send mail directly to the mailbox under test for
      `process`ing.
    * receive_inbound_email(mail_or_attributes) - matcher for asserting whether incoming
      email would route to the mailbox under test.
    * have_been_delivered - matcher for asserting whether an incoming email object was delivered.
    * have_bounced - matcher for asserting whether an incoming email object has bounced.
    * have_failed - matcher for asserting whether an incoming email object has failed.
    
    Also adds an ActionMailbox test generator
    jamesdabbs-procore committed May 4, 2019
    Configuration menu
    Copy the full SHA
    de78c68 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    6826be3 View commit details
    Browse the repository at this point in the history