X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_realms_compat.t;h=5deccf13804c4e060a8b5784c30e27775fd5de99;hb=87d186b172c2979a308e883baa1c72cebb1a7d30;hp=a4bbbbb91e299ecdbbd7d038543575863331a8a7;hpb=5c5ba1427add2376649be62bc844d7ab75b55fec;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_realms_compat.t b/t/live_app_realms_compat.t index a4bbbbb..5deccf1 100644 --- a/t/live_app_realms_compat.t +++ b/t/live_app_realms_compat.t @@ -1,7 +1,11 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; + +BEGIN { + plan "no_plan"; +} use lib 't/lib'; use Catalyst::Test qw/AuthRealmTestAppCompat/;