X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FDump.pm;h=e0a1a2d7b47db25d2db5704f3fb6efcb7486f081;hb=0c246eea6a68c8c34b267148b6de4435eda36b0f;hp=0864822dbad238b014b71589c86c5a4922be6850;hpb=11e7af55dda3f3acd9ab3b484b54180f76b253df;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Controller/Dump.pm b/t/lib/TestApp/Controller/Dump.pm index 0864822..e0a1a2d 100644 --- a/t/lib/TestApp/Controller/Dump.pm +++ b/t/lib/TestApp/Controller/Dump.pm @@ -14,12 +14,6 @@ sub env : Action Relative { $c->forward('TestApp::View::Dump::Env'); } -sub env_on_engine : Action Relative { - my ( $self, $c ) = @_; - $c->stash(env => $c->engine->env); - $c->forward('TestApp::View::Dump::Env'); -} - sub request : Action Relative { my ( $self, $c ) = @_; $c->req->params(undef); # Should be a no-op, and be ignored.