X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F017_extending_role_attrs.t;h=b475be3392387126edd3d87dff65254b30544d47;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=e960a67080999d583a3568cd6ccfb372bdabde07;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/030_roles/017_extending_role_attrs.t b/t/030_roles/017_extending_role_attrs.t index e960a67..b475be3 100644 --- a/t/030_roles/017_extending_role_attrs.t +++ b/t/030_roles/017_extending_role_attrs.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 27; +use Test::More; use Test::Exception; - =pod This basically just makes sure that using +name @@ -173,3 +172,4 @@ is_deeply($quux->quux, ["hi"], "... still has the old ArrayRef value"); } "or add new types to the union"; } +done_testing;