projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7a4a3b1
)
Plan the tests
Dave Rolsky [Fri, 5 Sep 2008 15:08:52 +0000 (15:08 +0000)]
t/03-introspection.t
patch
|
blob
|
blame
|
history
diff --git
a/t/03-introspection.t
b/t/03-introspection.t
index
6099952
..
b58fdb9
100644
(file)
--- 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;