Convert all tests to done_testing.
[gitmo/Moose.git] / t / 400_moose_util / 005_ensure_all_roles.t
index f72b2c5..25ef102 100644 (file)
@@ -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;