enter xt/ (RT#56698)
[dbsrgits/DBIx-Class.git] / xt / notabs.t
similarity index 78%
rename from t/06notabs.t
rename to xt/notabs.t
index 8676ff6..de1baab 100644 (file)
@@ -18,7 +18,10 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_notabs') ) {
     : plan skip_all => "Test needs: $missing"
 }
 
-Test::NoTabs::all_perl_files_ok(qw/t lib script maint/);
+Test::NoTabs::all_perl_files_ok(
+  qw/t xt lib script/,
+  DBICTest::AuthorCheck->is_author ? ('maint') : (),
+);
 
-# FIXME - need to fix Test::NoTabs
+# FIXME - need to fix Test::NoTabs - doesn't work with done_testing
 #done_testing;