protected void given_indexed_repository(string path)
 {
     Repository = new IndexedFolderRepository("local", FileSystem.GetDirectory(path));
 }
Beispiel #2
0
 protected void given_indexed_repository(string path)
 {
     Repository = new IndexedFolderRepository("local", FileSystem.GetDirectory(path));
 }