aboutsummaryrefslogtreecommitdiffstats
path: root/t/im_dbic.t
blob: 24035bb49bc6f9c880b6a91c7b1bd84f3e773a27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
use lib 't/lib';
use strict;
use warnings;

use Test::Class;
use RTest::InterfaceModel::Reflector::DBIC;

Test::Class->runtests(
  RTest::InterfaceModel::Reflector::DBIC->new(),
);