add warning for people who aren't using Reaction::Role(::Parameterized)?
[catagits/Reaction.git] / t / im_dbic.t
CommitLineData
7adfd53f 1use lib 't/lib';
2use strict;
3use warnings;
4
5use Test::Class;
7adfd53f 6use RTest::InterfaceModel::Reflector::DBIC;
7
8Test::Class->runtests(
7adfd53f 9 RTest::InterfaceModel::Reflector::DBIC->new(),
10);