X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400_moose_util%2F005_ensure_all_roles.t;h=25ef1026d65017f4dfd45d8716c3e9c8af11c4c9;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=f72b2c5ca7ed03421fe2082bbec325eca42a107d;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/400_moose_util/005_ensure_all_roles.t b/t/400_moose_util/005_ensure_all_roles.t index f72b2c5..25ef102 100644 --- a/t/400_moose_util/005_ensure_all_roles.t +++ b/t/400_moose_util/005_ensure_all_roles.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More; BEGIN { use_ok('Moose::Util', ':all'); @@ -62,3 +62,5 @@ is_deeply( [ Foo->meta, Foo->meta, Bar->meta ], "unchanged, since all roles are already applied", ); + +done_testing;