class Shoulda::Matchers::Text

def list_item?

def list_item?
  self =~ LIST_ITEM_REGEXP
end