X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-introspection.t;h=b58fdb98442d94e0ccb2c5aff93633d3ee0b7496;hb=076543d67c4fa1d0ccebdfcbf925372d1d68613a;hp=6099952a5287d059047fbb1288de5e0d8e2deab5;hpb=a5e3ddfd4ab2cbdeea6f3c9769b7a153030e7cc7;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/03-introspection.t b/t/03-introspection.t index 6099952..b58fdb9 100644 --- a/t/03-introspection.t +++ b/t/03-introspection.t @@ -3,7 +3,7 @@ use warnings; use lib 't/lib'; -use Test::More 'no_plan'; +use Test::More tests => 14; # We just want the class definitions in here. use SharedTests;