Searched refs:RepositoryFile (Results 1 - 6 of 6) sorted by relevance

/ontohub/spec/routing/
H A Dfiles_routing_spec.rb6 RepositoryFile.stub(:find_with_path) { true }
11 RepositoryFile.unstub(:find_with_path)
/ontohub/spec/controllers/
H A Dfiles_controller_spec.rb14 RepositoryFile.stub(:find_with_path) { @repository_file }
20 RepositoryFile.unstub(:find_with_path)
39 RepositoryFile.stub(:find_with_path) { @repository_file }
44 RepositoryFile.unstub(:find_with_path)
/ontohub/app/fake_records/
H A Dcombination.rb67 file = RepositoryFile.new \
H A Drepository_file.rb1 class RepositoryFile < FakeRecord class
/ontohub/app/controllers/
H A Dfiles_controller.rb2 defaults resource_class: RepositoryFile
/ontohub/lib/
H A Drouter_constraints.rb26 result = !RepositoryFile.find_with_path(

Completed in 10 milliseconds