Convert all tests to done_testing.
[gitmo/Moose.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 226cf54..ff8034a 100644 (file)
@@ -3,8 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 7;
-
+use Test::More;
 
 
 {
@@ -30,7 +29,7 @@ use Test::More tests => 7;
 
     after qw/scalar_or_array void/ => sub {
         my $self = shift;
-        $self->inc;        
+        $self->inc;
     }
 }
 
@@ -56,3 +55,4 @@ foreach my $obj ( $base, $after ) {
     }
 }
 
+done_testing;