Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    use Plack::Test;
    ...
    is($r2->code, 200, 'GET / B');
    
    done_testing();