wide-energy-11069
05/24/2016, 8:01 PMdef test_ignore_pattern_leading_slash(self):
self._project_tree = self.mk_project_tree(self.root_dir, ['/apple'])
files_list = self._walk_tree()
self.assertEquals(self._all_files - {'apple'}, set(files_list))