Get headings right, castaway++
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
index 0e1fbc6..0e79b8b 100644 (file)
@@ -1,7 +1,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
+
+BEGIN {
+    plan "no_plan";
+}
+
 
 use lib 't/lib';
 use Catalyst::Test qw/AuthRealmTestApp/;