X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fisa.t;h=47684f966ebafe52bec8a7b8dabc96fed799f4c1;hb=3ba4e173c6929eb2cbb3b0c8c15449693703bbf5;hp=14e33433fecfa2e91f9af145dd8422f7f2174f01;hpb=102106be3c8e89bbc54717a51ce02b6e778f4698;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/isa.t b/t/isa.t index 14e3343..47684f9 100644 --- a/t/isa.t +++ b/t/isa.t @@ -4,7 +4,7 @@ use warnings; use FindBin qw/$Bin/; use lib "$Bin/lib"; -use Test::More tests => 5; +use Test::More; use Test::Catalyst::Action::REST; @@ -18,3 +18,4 @@ isa_ok($action, 'Catalyst::Action::REST'); ok(!$action->isa('Catalyst')); ok(!$action->isa('Catalyst::Controller')); +done_testing;