Add shell for a more complex testapp
[catagits/CatalystX-DynamicComponent.git] / t / 20_complex_app.t
diff --git a/t/20_complex_app.t b/t/20_complex_app.t
new file mode 100644 (file)
index 0000000..69e72d7
--- /dev/null
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use FindBin qw/$Bin/;
+use lib "$Bin/lib";
+
+use Test::More tests => 1;
+
+BEGIN { use_ok 'Catalyst::Test', 'TestComplexApp' }
+