use done_testing in all .t files
[catagits/Catalyst-Action-REST.git] / t / catalyst-action-rest.t
index 535ac4e..324df80 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 18;
+use Test::More;
 use FindBin;
 
 use lib ( "$FindBin::Bin/lib", "$FindBin::Bin/../lib" );
@@ -54,3 +54,5 @@ is(
 );
 
 1;
+
+done_testing;