Clean up test app to need less dependencies
[catagits/Catalyst-View-Component-SubInclude.git] / t / lib / ESITest / View / TT.pm
index 03f141a..4f17bd6 100644 (file)
@@ -4,6 +4,9 @@ use Moose;
 extends 'Catalyst::View::TT';
 with 'Catalyst::View::Component::SubInclude';
 
-__PACKAGE__->config( TEMPLATE_EXTENSION => '.tt' );
+__PACKAGE__->config(
+    TEMPLATE_EXTENSION => '.tt',
+    subinclude_plugin => 'Visit',
+);
 
 1;