class Mail::Matchers::AttachmentFilenameMatcher

def ===(other)

def ===(other)
  other.attachment? && other.filename == filename
end