Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 007_util_more_type_coercion.t
index cd29ea0..766e4ec 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 25;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package HTTPHeader;
     use Moose;
@@ -115,3 +114,4 @@ dies_ok {
     Engine->new(header => \(my $var));
 } '... dies correctly with bad params';
 
+done_testing;