Searched refs:paths_starting_with (Results 1 - 3 of 3) sorted by relevance

/ontohub/spec/models/repository/
H A Dbrowsing_spec.rb28 context 'paths_starting_with?' do
30 expect(repository.paths_starting_with('inroot2')).to eq(['inroot2.clif'])
34 expect(repository.paths_starting_with('inroot')).to eq(['inroot1.clf', 'inroot1.clif', 'inroot2.clif'])
38 expect(repository.paths_starting_with('folder1/file')).to eq(['folder1/file1.clif', 'folder1/file2.clf'])
/ontohub/app/models/repository/
H A Dgit.rb7 :is_head?, :path_exists?, :paths_starting_with,
/ontohub/lib/
H A Dgit_repository.rb62 def paths_starting_with(path, commit_oid = nil) method in class:GitRepository

Completed in 8 milliseconds