Convert all tests to done_testing.
[gitmo/Moose.git] / t / 030_roles / 026_role_composition_method_mods.t
index 9de99b4..5df6523 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 7;
+use Test::More;
 use Test::Exception;
 
 use Moose::Meta::Role::Application::RoleSummation;
@@ -84,3 +84,5 @@ use Moose::Meta::Role::Composite;
         '... got the right list of methods'
     );
 }
+
+done_testing;