class Mail::Matchers::AttachmentMimeTypeMatcher

def ===(other)

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