X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_realms_progressive.t;h=f7131e5310609e3904c3637bb8c059993cbba891;hb=ff4277c990b6a92f411e56ec16c5486b22c071b4;hp=bf5fe6bfbbb91073d391cafe8e4952000fe55f34;hpb=26595d39fa2a3ee571c1f5f86190c7da3c1f157b;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_realms_progressive.t b/t/live_app_realms_progressive.t index bf5fe6b..f7131e5 100644 --- a/t/live_app_realms_progressive.t +++ b/t/live_app_realms_progressive.t @@ -1,9 +1,12 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More; use lib 't/lib'; use Catalyst::Test qw/AuthRealmTestAppProgressive/; ok(get("/progressive"), "get ok"); + +done_testing; +