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=4ac0b9cb8e9043db8a95f44af685c782bf9426e7;hpb=2a7e382ed8e5f1ceb1c6c673fbd2df369f45bad0 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;