Add plans to tests so that aggregate smoke results work correctly. Without a plan...
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
index db6efb2..0e1fbc6 100644 (file)
@@ -1,11 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
-
-BEGIN {
-    plan "no_plan";
-}
+use Test::More tests => 1;
 
 use lib 't/lib';
 use Catalyst::Test qw/AuthRealmTestApp/;