Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
Signed-off-by: franck cuny <[email protected]>
  • Loading branch information
fcuny committed Jul 26, 2011
1 parent 3fb82b1 commit a6449b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/spore-response/debug.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use strict;
use warnings;
use Test::More;
use Net::HTTP::Spore;
use File::Temp qw/ :seekable /;
use Try::Tiny;
use File::Temp;

my $mock_server = {
'/show' => sub {
Expand Down

0 comments on commit a6449b3

Please sign in to comment.