use done_testing in all .t files
[catagits/Catalyst-Action-REST.git] / t / yaml.t
index 3478fc2..3c5a557 100644 (file)
--- a/t/yaml.t
+++ b/t/yaml.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 5; 
+use Test::More;
 use FindBin;
 
 use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib");
@@ -32,3 +32,5 @@ SKIP: {
 };
 
 1;
+
+done_testing;