projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42c391b
)
Add test count
Dave Rolsky [Thu, 7 Aug 2008 16:10:43 +0000 (16:10 +0000)]
t/050_metaclasses/012_moose_exporter.t
patch
|
blob
|
blame
|
history
diff --git
a/t/050_metaclasses/012_moose_exporter.t
b/t/050_metaclasses/012_moose_exporter.t
index
e91249a
..
dc17b52
100644
(file)
--- a/
t/050_metaclasses/012_moose_exporter.t
+++ b/
t/050_metaclasses/012_moose_exporter.t
@@
-3,7
+3,7
@@
use strict;
use warnings;
-use Test::More 'no_plan';
+use Test::More tests => 38;
use Test::Exception;
# All the BEGIN blocks are necessary to emulate the behavior of