Convert all tests to done_testing.
[gitmo/Moose.git] / t / 030_roles / 021_role_composite_exclusion.t
index f12cb08..322cd0a 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
+use Test::More;
 use Test::Exception;
 
 use Moose::Meta::Role::Application::RoleSummation;
@@ -106,4 +106,4 @@ dies_ok {
     );
 } '... this fails as expected';
 
-
+done_testing;