From: Arthur Axel 'fREW' Schmidt Date: Wed, 26 Aug 2009 13:38:06 +0000 (-0500) Subject: add extra test for Action and not just Private X-Git-Tag: 1.08~204 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=5c4dd54f1007d731f225d9c065ded455a499dd78 add extra test for Action and not just Private --- diff --git a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm index 39a04a5..2612a4e 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm @@ -20,7 +20,7 @@ sub test_GET : Private ActionClass('+Test::Action::Class') { $c->forward('ok'); } -sub test_POST :ActionClass('+Test::Action::Class') { +sub test_POST : Action ActionClass('+Test::Action::Class') { my ( $self, $c ) = @_; $c->stash->{'entity'} .= " POST";