Convert all tests to done_testing.
[gitmo/Moose.git] / t / 200_examples / 005_example_w_TestDeep.t
index 47bef7e..49030cc 100644 (file)
@@ -18,7 +18,6 @@ but it is not completely horrid either.
 BEGIN {
     eval "use Test::Deep;";
     plan skip_all => "Test::Deep is required for this test" if $@;
-    plan tests => 5;
 }
 
 use Test::Exception;
@@ -75,4 +74,4 @@ dies_ok {
     $foo->bar([{ foo => 3 }]);
 } '... validation failed correctly';
 
-
+done_testing;