Lines Matching refs:File
9 root_path = File.expand_path('../../../', __FILE__)
10 fixture_path = File.join(root_path, 'spec/fixtures/ontologies/clif/')
12 path = File.join(Ontohub::Application.config.git_root, 'repository')
22 commit_add1 = git_repository.commit_file(userinfo, File.read(File.join(fixture_path, 'cat1.clif')), filepath1, message)
23 commit_add2 = git_repository.commit_file(userinfo, File.read(File.join(fixture_path, filepath2)), filepath2, message)
24 commit_add3 = git_repository.commit_file(userinfo, File.read(File.join(fixture_path, 'cat2.clif')), filepath1, message)
34 path = File.join(Ontohub::Application.config.git_root, 'repository')