X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fbegin.t;h=ede5d34fe9628820080e63798e6fd481a4bd096e;hb=c20bd9d972c86e19c2ec754dd2e075a9e69d63fa;hp=58cf000b06d2eee4dcd8db7b0941f63d4d53bf74;hpb=ce2b098c6500c7c503ed37a946c516629b49ea3a;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/begin.t b/t/component/controller/action/begin.t index 58cf000..ede5d34 100644 --- a/t/component/controller/action/begin.t +++ b/t/component/controller/action/begin.t @@ -6,7 +6,7 @@ use warnings; use FindBin; use lib "$FindBin::Bin/../../../lib"; -use Test::More no_plan => 1; +use Test::More tests=>7; use Catalyst::Test 'TestApp';