do not include .git directory
[catagits/Reaction.git] / t / im_dbic.t
1 use lib 't/lib';
2 use strict;
3 use warnings;
4
5 use Test::Class;
6 BEGIN { $ENV{DBIC_OVERWRITE_HELPER_METHODS_OK} = 1; }
7 use RTest::InterfaceModel::Reflector::DBIC;
8
9
10 Test::Class->runtests(
11   RTest::InterfaceModel::Reflector::DBIC->new(),
12 );