add failing test (for private action)
Arthur Axel 'fREW' Schmidt [Wed, 26 Aug 2009 03:23:19 +0000 (22:23 -0500)]
t/lib/Test/Catalyst/Action/REST/Controller/Actions.pm

index f1b6f23..39a04a5 100644 (file)
@@ -13,7 +13,7 @@ sub test : Local : ActionClass('REST') {
     $c->stash->{'entity'} = 'something';
 }
 
-sub test_GET :ActionClass('+Test::Action::Class') {
+sub test_GET : Private ActionClass('+Test::Action::Class') {
     my ( $self, $c ) = @_;
 
     $c->stash->{'entity'} .= " GET";