Convert all tests to done_testing.
[gitmo/Moose.git] / t / 050_metaclasses / 003_moose_w_metaclass.t
index 2a880d9..0749068 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More;
 use Test::Exception;
 
 
-
 =pod
 
 This test demonstrates that Moose will respect
@@ -54,3 +53,5 @@ isa_ok(Foo->meta, 'Foo::Meta');
         qr/^Bar already has a metaclass, but it does not inherit Moose::Meta::Class/,
         '... got the right error too');
 }
+
+done_testing;