Rename the test app into the lib directory
[catagits/Catalyst-View-Component-SubInclude.git] / t / ESITest / lib / ESITest.pm
diff --git a/t/ESITest/lib/ESITest.pm b/t/ESITest/lib/ESITest.pm
deleted file mode 100644 (file)
index 7b2f026..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package ESITest;
-
-use strict;
-use warnings;
-
-use Catalyst::Runtime '5.70';
-
-use parent qw/Catalyst/;
-use Catalyst qw/
-    -Debug
-    ConfigLoader
-    Static::Simple
-    SubRequest
-/;
-
-our $VERSION = '0.01';
-
-
-__PACKAGE__->config( name => 'ESITest' );
-
-__PACKAGE__->setup();
-
-1;