module RSpec::Rails::Matchers

def send_email(criteria = {})

Other tags:
    Example: More precise expectation with attributes to match -
    Example: Negative expectations -
    Example: Positive expectation -

Other tags:
    Api: - public
def send_email(criteria = {})
  SendEmail.new(criteria)
end