merged conflicts
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_cookies.t
index add2cdd..af438cd 100644 (file)
@@ -1,12 +1,10 @@
-#!perl
-
 use strict;
 use warnings;
 
 use FindBin;
 use lib "$FindBin::Bin/../lib";
 
-use Test::More tests => 15;
+use Test::More;
 use Catalyst::Test 'TestApp';
 use HTTP::Headers::Util 'split_header_words';
 
@@ -92,3 +90,6 @@ my $expected = {
         good => [qw|good good_cookie path /|],
     }, 'Response Cookies' );
 }
+
+done_testing;
+