add failing test (for private action)
[catagits/Catalyst-Action-REST.git] / 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";