Ignore git files from MANIFEST.
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_progressive.t
index bf5fe6b..f7131e5 100644 (file)
@@ -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;
+