X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTest%2FCatalyst%2FAction%2FREST%2FController%2FSerialize.pm;h=4056898c921e283ac763cd3589aa30ee975da3e8;hb=e7d5f107746a49a827071c0b361e0a7dcf01e1e5;hp=8e0c051c876d96a0b8e2ab37d4d13289009fa965;hpb=437557a1c001b42f5f494b3eed383d507551811c;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/lib/Test/Catalyst/Action/REST/Controller/Serialize.pm b/t/lib/Test/Catalyst/Action/REST/Controller/Serialize.pm index 8e0c051..4056898 100644 --- a/t/lib/Test/Catalyst/Action/REST/Controller/Serialize.pm +++ b/t/lib/Test/Catalyst/Action/REST/Controller/Serialize.pm @@ -42,12 +42,6 @@ sub empty : Chained('/') PathPart('serialize') CaptureArgs(0) { sub empty_serialized :Chained('empty') Args(0) ActionClass('Serialize') { } -# Undef body -sub empty_not_serialized_undef :Chained('empty') Args(0) ActionClass('Serialize') { - my ($self, $c) = @_; - $c->res->body(undef); -} - # Blank body sub empty_not_serialized_blank :Chained('empty') Args(0) ActionClass('Serialize') { my ($self, $c) = @_;