Plan the tests
Dave Rolsky [Fri, 5 Sep 2008 15:08:52 +0000 (15:08 +0000)]
t/03-introspection.t

index 6099952..b58fdb9 100644 (file)
@@ -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;