X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_cookies.t;h=af438cdca61c9bf6f83e9bf21d67efdf49df5562;hb=b87b8e45858c2e39d7322e17dd045925b56c7e6c;hp=add2cddf72cb231610e4ea46d10b3471e2be4469;hpb=db9407301b748638a6f3b72d459bf7cc74162468;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index add2cdd..af438cd 100644 --- a/t/aggregate/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.t @@ -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; +