X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fjson.t;h=6fb604674efdaa74da81481dccaeea841ebad5a9;hb=e984d145acedc9d1571498ed76de139bb1962a3a;hp=35d60593d8481e5a42fbaafa7d47bf485c657aa3;hpb=838f49dc89f8bef88c3a3dc9841473555f71bb82;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/json.t b/t/json.t index 35d6059..6fb6046 100644 --- a/t/json.t +++ b/t/json.t @@ -10,7 +10,6 @@ use utf8; eval 'use JSON 2.12'; plan skip_all => 'Install JSON 2.12 or later to run this test' if ($@); -plan tests => 11; use_ok 'Catalyst::Test', 'Test::Serialize'; @@ -47,3 +46,5 @@ for ('text/x-json', 'application/json') { } 1; + +done_testing;