Sketches of tests that should ultimately pass
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_4.t
index b674f30..4c7c818 100644 (file)
@@ -4,7 +4,8 @@ use strict;
 use warnings;
 use Test::More;
 
-unshift(@INC, './t/lib');
+use lib qw(t/lib);
+use DBICTest; # do not remove even though it is not used
 
 plan tests => 6;