class Mail::Matchers::AttachmentMimeTypeMatcher

def ===(other)

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

def initialize(mime_type)

def initialize(mime_type)
  @mime_type = mime_type
end