aboutsummaryrefslogtreecommitdiffstats
path: root/t/im_dbic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/im_dbic.t')
-rw-r--r--t/im_dbic.t15
1 files changed, 15 insertions, 0 deletions
diff --git a/t/im_dbic.t b/t/im_dbic.t
new file mode 100644
index 0000000..db4f772
--- /dev/null
+++ b/t/im_dbic.t
@@ -0,0 +1,15 @@
+use lib 't/lib';
+use strict;
+use warnings;
+
+use Test::Class;
+use RTest::InterfaceModel::DBIC;
+use RTest::InterfaceModel::Reflector::DBIC;
+
+Test::Class->runtests(
+ RTest::InterfaceModel::DBIC->new(),
+);
+
+Test::Class->runtests(
+ RTest::InterfaceModel::Reflector::DBIC->new(),
+);