use more MooseX::Types and support actionattribute in Action vp to explicitly provide...
[catagits/Reaction.git] / t / im_dbic.t
1 use lib 't/lib';
2 use strict;
3 use warnings;
4
5 use Test::Class;
6 use RTest::InterfaceModel::Reflector::DBIC;
7
8 Test::Class->runtests(
9   RTest::InterfaceModel::Reflector::DBIC->new(),
10 );