class RSpec::Rails::Matchers::SendEmail

def matches?(block)

def matches?(block)
  define_matched_emails(block)
  @matched_emails.one?
end