]> Dogcows Code - chaz/git-codeowners/blobdiff - t/00-compile.t
Version 0.50
[chaz/git-codeowners] / t / 00-compile.t
index 37c2ffc8d5a5f482ee6910e755a511da20ea984b..3832fa4533723c433e24bc40a41ef71d83db7360 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Test::More;
 
-plan tests => 13 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+plan tests => 11 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
 my @module_files = (
     'App/Codeowners.pm',
@@ -18,9 +18,7 @@ my @module_files = (
     'App/Codeowners/Formatter/Table.pm',
     'App/Codeowners/Formatter/YAML.pm',
     'App/Codeowners/Options.pm',
-    'App/Codeowners/Util.pm',
-    'File/Codeowners.pm',
-    'Test/File/Codeowners.pm'
+    'App/Codeowners/Util.pm'
 );
 
 my @scripts = (
This page took 0.022461 seconds and 4 git commands to generate.