class Mail::Matchers::AttachmentFilenameMatcher

def ===(other)

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

def initialize(filename)

def initialize(filename)
  @filename = filename
end