X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fdefault.t;fp=t%2Fcomponent%2Fcontroller%2Faction%2Fdefault.t;h=65563cf2ecb0455fdbca881665a754c6200cba15;hb=c20bd9d972c86e19c2ec754dd2e075a9e69d63fa;hp=2fc4fc36a62cf38d603709d65f4ba85d16ea8aaa;hpb=ce2b098c6500c7c503ed37a946c516629b49ea3a;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/default.t b/t/component/controller/action/default.t index 2fc4fc3..65563cf 100644 --- a/t/component/controller/action/default.t +++ b/t/component/controller/action/default.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';