class Autotest

def files_matching regexp

def files_matching regexp
  self.find_order.select { |k| k =~ regexp }
end