Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 009_union_types_and_coercions.t
index 20690d9..88be3b6 100644 (file)
@@ -9,11 +9,9 @@ use Test::Exception;
 BEGIN {
     eval "use IO::String; use IO::File;";
     plan skip_all => "IO::String and IO::File are required for this test" if $@;
-    plan tests => 28;
 }
 
 
-
 {
     package Email::Moose;
     use Moose;
@@ -158,5 +156,4 @@ BEGIN {
     is($email->raw_body, $fh, '... and it is the one we expected');
 }
 
-
-
+done_testing;