Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 12, 2011
1 parent 9d25089 commit cacf2e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/01_server.t
Expand Up @@ -35,9 +35,10 @@ BEGIN {

my $ret;
require Plack::Test;
Plack::Test::test_psgi
Plack::Test::test_psgi(
app => sub { $app->(%{ $_[0] }) },
client => sub { $ret = shift->($request) };
client => sub { $ret = shift->($request) },
);
return $ret;
};

Expand Down

0 comments on commit cacf2e3

Please sign in to comment.