First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class.git] / t / testlib / OtherThing.pm
diff --git a/t/testlib/OtherThing.pm b/t/testlib/OtherThing.pm
deleted file mode 100644 (file)
index 08c31ba..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package OtherThing;
-use base 'DBIx::Class::Test::SQLite';
-
-OtherThing->set_table("other_thing");
-OtherThing->columns(All => qw(id));
-
-sub create_sql {
-    return qq{
-        id              INTEGER
-    };
-}