Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / cdbi / has_many_loads_foreign_class.t
index f6b30e7..51cec5d 100644 (file)
@@ -1,12 +1,11 @@
 use strict;
 use Test::More;
-
+use Class::Inspector ();
 
 BEGIN {
   eval "use DBIx::Class::CDBICompat;";
   plan skip_all => 'Class::Trigger and DBIx::ContextualFetch required' if $@;
-  eval "use DBD::SQLite";
-  plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 3);
+  plan tests => 3;
 }