Merge branch 'master' of git@github.com:bobtfish/catalyst-dynamicappdemo
[catagits/CatalystX-DynamicComponent.git] / t / 06_dynamicmodel_interface.t
1 use strict;
2 use warnings;
3
4 use FindBin qw/$Bin/;
5 use lib "$Bin/lib";
6
7 use Test::More tests => 1;
8
9 BEGIN { use_ok('ModelsFromConfigInterfaceApp'); }
10