X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_realms.t;h=0e79b8b37a69ad3d8317a07284bd57702c0fa30f;hb=bbade6fd612b0f3f4815ae1b8ddcb489ba97def6;hp=0e1fbc6f02a6442fa262f5b21ea96117ed789320;hpb=5c5ba1427add2376649be62bc844d7ab75b55fec;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_realms.t b/t/live_app_realms.t index 0e1fbc6..0e79b8b 100644 --- a/t/live_app_realms.t +++ b/t/live_app_realms.t @@ -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/;