Convert all tests to done_testing.
[gitmo/Moose.git] / t / 010_basics / 018_methods.t
index 84fb963..aa3bb4b 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6;
+use Test::More;
 
 
 my $test1 = Moose::Meta::Class->create_anon_class;
@@ -42,3 +42,5 @@ isa_ok(
 
 is( $t2_am->name(), 'Test2',
     'associated_metaclass->name is Test2' );
+
+done_testing;