X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_controller_namespace.t;h=41acfe7e06b2caa2999e5fb3131991e67eff3251;hb=92f9d3ad4cba9d517c9819c136b4115e917dc46b;hp=55d1ed51462b602295aa0145b38ee166e1e16180;hpb=2a7e382ed8e5f1ceb1c6c673fbd2df369f45bad0;p=catagits%2FCatalyst-Runtime.git 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;