added failing test for specifying cgi_dir with MyApp->path_to
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBinRoot3.pm
diff --git a/t/lib/TestCGIBinRoot3.pm b/t/lib/TestCGIBinRoot3.pm
new file mode 100644 (file)
index 0000000..df84c92
--- /dev/null
@@ -0,0 +1,8 @@
+package TestCGIBinRoot3;
+
+use Catalyst::Runtime '5.70';
+use parent 'Catalyst';
+
+__PACKAGE__->setup(qw/Static::Simple/);
+
+1;