nuked Test::NoWarnings
[catagits/Catalyst-Runtime.git] / t / unit_controller_namespace.t
index 55d1ed5..41acfe7 100644 (file)
@@ -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;