Nuke unused chunk of the TestApp. Also add test case for bug found in DBIC::API
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / View / Dump / Parameters.pm
diff --git a/t/lib/TestApp/View/Dump/Parameters.pm b/t/lib/TestApp/View/Dump/Parameters.pm
deleted file mode 100644 (file)
index 30d53df..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package TestApp::View::Dump::Parameters;
-
-use strict;
-use base 'TestApp::View::Dump';
-
-sub process {
-    my ( $self, $c ) = @_;
-    return $self->SUPER::process( $c, $c->req->parameters );
-}
-
-1;