Provide required method to test model.
Dan Brook [Mon, 23 Jan 2012 23:39:14 +0000 (23:39 +0000)]
Now its test no longer blows up as it is a valid COR again.

t/lib/TestModelFancy.pm

index 940b60f..d5b7198 100644 (file)
@@ -21,4 +21,6 @@ class TestModelFancy with Gitalist::Git::CollectionOfRepositories {
     method _get_repo_from_name($name) {
         Gitalist::Git::Repository->new($self->repo_dir->subdir($name)->resolve);
     }
+
+    method debug_string { 'it is always repo1' }
 }