Convert all tests to done_testing.
[gitmo/Moose.git] / t / 060_compat / 002_moose_respects_base.t
index 2e37c9d..71789b3 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6;
+use Test::More;
 use Test::Exception;
 
 
-
 =pod
 
 This test demonstrates that Moose will respect
@@ -47,3 +46,4 @@ isa_ok($baz, 'Baz');
 isa_ok($baz, 'Foo');
 isa_ok($baz, 'Moose::Object');
 
+done_testing;