class RSpec::Matchers::NokogiriMatcher

def description

def description
  # TODO should it be more complicated?
  if @options.has_key?(:count)
    COUNT_DESC % [@options[:count],@tag]
  else
    TAG_FOUND_DESC % @tag
  end
end