use done_testing in all .t files
[catagits/Catalyst-Action-REST.git] / t / data-serializer.t
index 77db8cf..7fb3932 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 31;
+use Test::More;
 use FindBin;
 
 use lib ( "$FindBin::Bin/lib", "$FindBin::Bin/../lib" );
@@ -78,3 +78,5 @@ foreach my $content_type (keys(%ctypes)) {
 }
 
 1;
+
+done_testing;