projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d128843
)
Fix tests for Squirrel::Role
Shawn M Moore [Tue, 17 Jun 2008 04:17:16 +0000 (
04:17
+0000)]
t/202-squirrel-role.t
patch
|
blob
|
blame
|
history
diff --git
a/t/202-squirrel-role.t
b/t/202-squirrel-role.t
index
402f4d1
..
807ccbb
100644
(file)
--- a/
t/202-squirrel-role.t
+++ b/
t/202-squirrel-role.t
@@
-23,7
+23,7
@@
do {
BEGIN {
plan skip_all => "Moose required for this test" unless eval { require Moose::Role };
- plan tests => 12;
+ plan tests => 6;
}
do {