class TestRepository include Elasticsearch::Git::Repository def repository_id 'test_1' end def path_to_repo TEST_REPO_PATH end end