X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fplack.t;h=e23658fd3003d56d06acc887dd6c9effd272096e;hp=a9a053ed0db420697840707222e2f6f2f4ace779;hb=bf4d35dd2f6389e9aa4dc87fdfaef801fa5b9108;hpb=c5ce0f75020db9b3fa7dae9958bedcdb08452e04 diff --git a/t/plack.t b/t/plack.t index a9a053ed..e23658fd 100644 --- a/t/plack.t +++ b/t/plack.t @@ -189,6 +189,8 @@ test_psgi($app, sub { like($body, qr/test for public-inbox/, "set title in XML feed"); like($body, qr/zzzzzz/, 'body included'); + $res = $cb->(GET($pfx . '/description')); + like($res->content, qr/test for public-inbox/, 'got description'); }); test_psgi($app, sub {