Add optional location parameter to status_acceped handler. RT#7369
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / t / yaml-html.t
index dc50a7d..a77f085 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 4;
+use Test::More;
 use YAML::Syck;
 use FindBin;
 
@@ -30,3 +30,5 @@ SKIP: {
 
 }
 1;
+
+done_testing;