Update tests
[gitmo/Mouse.git] / t / 030_roles / 009_more_role_edge_cases.t
index d7c95a4..cb504d8 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 74;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     # NOTE:
     # this tests that repeated role
@@ -254,3 +253,5 @@ use Test::Exception;
         is( eval { $class->method }, "concrete b", "provided by concrete b" );
     }
 }
+
+done_testing;