X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=blobdiff_plain;f=t%2F02git_CollectionOfRepositories_FromDirectory.t;h=2b3417eec0b063f71392b01c92b029bf9cea6c8c;hp=e045a44ff9cfe3aff483c481d0a60822b522cb48;hb=09717a40ef5a5d43158701e91ead9ac7934880db;hpb=66cb1d5326cc208250ed0eee22f764864ebe6e2e diff --git a/t/02git_CollectionOfRepositories_FromDirectory.t b/t/02git_CollectionOfRepositories_FromDirectory.t index e045a44..2b3417e 100644 --- a/t/02git_CollectionOfRepositories_FromDirectory.t +++ b/t/02git_CollectionOfRepositories_FromDirectory.t @@ -26,9 +26,6 @@ use Path::Class; my $repoBare = Path::Class::Dir->new('t/lib/repositories/bare.git'); ok( $repo->_is_git_repo( $repoBare ), 'is_git_repo true for bare git repo' ); -# 'working' is a working copy w/ git repo in the repository dir -my $repoWorking = Path::Class::Dir->new('t/lib/repositories/working'); - # 'empty.git' is an empty directory in the repository dir my $repoEmpty = Path::Class::Dir->new('t/lib/repositories/empty.git'); ok( ! $repo->_is_git_repo( $repoEmpty ), 'is_git_repo is false for empty dir' );