removed frankensteining remnant
Christian Walde [Wed, 2 Nov 2011 21:23:09 +0000 (22:23 +0100)]
t/stream_test.t

index 38118fe..5295d8b 100644 (file)
@@ -14,8 +14,6 @@ my $app = StreamTest->new;
 ok run_request( $app, GET 'http://localhost/' )->is_success;
 is run_request( $app, GET 'http://localhost/' )->content, "foo";
 
-done_testing;
-
 sub run_request {
     my ( $app, $request ) = @_;
     my $c = HTTP::Request::AsCGI->new( $request )->setup;