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