X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcatalyst-action-rest.t;h=324df80cba7285e0f0a77f0092fc6ca14a5ff338;hb=10018fb41e431b85f35f8e11eeabb4ac15b8b19d;hp=535ac4ea83bdcc8776a701269fff4b0f9ce87b0f;hpb=5f48cbe4058e4d227bcb62ca5fb2c1166d899aa2;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/catalyst-action-rest.t b/t/catalyst-action-rest.t index 535ac4e..324df80 100644 --- a/t/catalyst-action-rest.t +++ b/t/catalyst-action-rest.t @@ -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;