After 5e0eea35 we can actually test for cleaned namespaces within CDBI
[dbsrgits/DBIx-Class.git] / t / multi_create / cd_single.t
index 5f2f568..2549cb7 100644 (file)
@@ -1,9 +1,10 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
-use Test::More qw(no_plan);
-use Test::Exception;
-use lib qw(t/lib);
+use Test::More;
+
 use DBICTest;
 
 my $schema = DBICTest->init_schema();
@@ -32,3 +33,5 @@ eval {
 
   ok($single->cdid, 'Got cdid');
 };
+
+done_testing;