X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_basic_counter.t;h=1f7d7603e6a90dda75605a5a6812c56b29bf3204;hb=090583df3a0efe73192b32a1fa3c3afbf23b9ff0;hp=ff63f2ca30807f7ec7ddfafc0b9e2e14b4ebc65c;hpb=457dc4fbcdbffb359481532bdb4d4f17d0fd20be;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/t/001_basic_counter.t b/t/001_basic_counter.t index ff63f2c..1f7d760 100644 --- a/t/001_basic_counter.t +++ b/t/001_basic_counter.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More tests => 14; BEGIN { use_ok('MooseX::AttributeHelpers');