Convert all tests to done_testing.
[gitmo/Moose.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 3147e4e..ff8034a 100644 (file)
@@ -3,8 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 7;
-
+use Test::More;
 
 
 {
@@ -56,3 +55,4 @@ foreach my $obj ( $base, $after ) {
     }
 }
 
+done_testing;