Name Change
[dbsrgits/DBIx-Class-Schema-RestrictWithObject.git] / t / 04basic.t
diff --git a/t/04basic.t b/t/04basic.t
deleted file mode 100644 (file)
index 69f2c88..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-BEGIN {
-    eval "use DBD::SQLite";
-    plan $@
-        ? ( skip_all => 'needs DBD::SQLite for testing' )
-        : ( tests => 1 );       
-}
-
-use lib qw(t/lib);
-
-use_ok('DBIx::Class::Schema::RestrictByUser');