X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdispatch_misc.t;fp=t%2Fdispatch_misc.t;h=3876e0051ec960bba7a9e406aa6c971a1f3f798a;hb=23dee6a3ce7616c9e6050f61c46b2e3942eeaa3f;hp=6941513b353934236aca5b1de48e8c6cca116653;hpb=19b1ef0b2bbd6639d672d1541c635dc086b4fba2;p=catagits%2FWeb-Simple.git diff --git a/t/dispatch_misc.t b/t/dispatch_misc.t index 6941513..3876e00 100644 --- a/t/dispatch_misc.t +++ b/t/dispatch_misc.t @@ -83,6 +83,7 @@ sub invalid_psgi_responses { my @responses = ( [ [ sub { } ], "an arrayref with a single sub in it" ], [ ["moo"], "an arrayref with a scalar that is not a sub" ], + [ bless( {}, "FauxObject" ), "an object without to_app method" ], ); for my $response ( @responses ) {