X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funit_controller_namespace.t;h=41acfe7e06b2caa2999e5fb3131991e67eff3251;hp=55d1ed51462b602295aa0145b38ee166e1e16180;hb=2c4bd9225b40f6f4602a31f6f1775e849f119345;hpb=1e514a515b9b9a740962392fb280cdb11737ff02 diff --git a/t/unit_controller_namespace.t b/t/unit_controller_namespace.t index 55d1ed5..41acfe7 100644 --- a/t/unit_controller_namespace.t +++ b/t/unit_controller_namespace.t @@ -1,8 +1,7 @@ use strict; use warnings; -use Test::More tests => 3; -use Test::NoWarnings; # Adds an extra test. +use Test::More tests => 2; BEGIN { package MyApp::Controller::Foo;