Sketches of tests that should ultimately pass
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_1.t
index dc808fd..f20ca8c 100644 (file)
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 use Test::More;
-use FindBin;
-use lib "$FindBin::Bin/../t/lib";
-use DBICNSTest::Result::A;
+
+use lib qw(t/lib);
+use DBICTest; # do not remove even though it is not used
 
 plan tests => 8;