Add plans to tests so that aggregate smoke results work correctly. Without a plan...
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app.t
index af9042c..d3da817 100644 (file)
@@ -1,11 +1,10 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More tests => 1;
 
 BEGIN {
     plan skip_all => "Digest::SHA1 is required for this test" unless eval { require Digest::SHA1 };
-    plan "no_plan";
 }
 
 use lib 't/lib';