From: Dave Rolsky Date: Fri, 5 Sep 2008 15:08:52 +0000 (+0000) Subject: Plan the tests X-Git-Tag: 0.05~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=076543d67c4fa1d0ccebdfcbf925372d1d68613a;p=gitmo%2FMooseX-ClassAttribute.git Plan the tests --- 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;