X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app.t;fp=t%2Flive_app.t;h=d3da817c4f6049c2c2362bae9e30254f1da88d6a;hb=5c5ba1427add2376649be62bc844d7ab75b55fec;hp=af9042cf078f79154137218f115961fff2ed7dfe;hpb=3408813235a4943dcd6b4b57372d45b6f2ae48d2;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app.t b/t/live_app.t index af9042c..d3da817 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -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';