Rename the test app into the lib directory
[catagits/Catalyst-View-Component-SubInclude.git] / t / lib / ESITest / View / TT.pm
diff --git a/t/lib/ESITest/View/TT.pm b/t/lib/ESITest/View/TT.pm
new file mode 100644 (file)
index 0000000..03f141a
--- /dev/null
@@ -0,0 +1,9 @@
+package ESITest::View::TT;
+use Moose;
+
+extends 'Catalyst::View::TT';
+with 'Catalyst::View::Component::SubInclude';
+
+__PACKAGE__->config( TEMPLATE_EXTENSION => '.tt' );
+
+1;