X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fjsonp.t;h=97a77cd2c9e7a93b18fd0a0c27dad672027c211e;hb=10018fb41e431b85f35f8e11eeabb4ac15b8b19d;hp=70f9b18d84c8460f13b71af5e7e34ad12195cc6c;hpb=5f48cbe4058e4d227bcb62ca5fb2c1166d899aa2;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/jsonp.t b/t/jsonp.t index 70f9b18..97a77cd 100644 --- a/t/jsonp.t +++ b/t/jsonp.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 => 7; use_ok 'Catalyst::Test', 'Test::Serialize', 'Catalyst::Action::Serialize::JSON'; @@ -28,3 +27,5 @@ for ('text/javascript','application/x-javascript','application/javascript') { } 1; + +done_testing;