Do not munge config
[catagits/CatalystX-DynamicComponent.git] / t / 20_complex_app.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 'Catalyst::Test', 'TestComplexApp' }
10