Convert all tests to done_testing.
[gitmo/Moose.git] / t / 030_roles / 007_roles_and_req_method_edge_cases.t
index b99348b..bdbcf45 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
 use Test::Exception;
 
 =pod
@@ -275,3 +275,5 @@ method modifier.
         with 'Bar2::Role';
     } 'required method exists in superclass as non-modifier, so we live';
 }
+
+done_testing;