projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3a50aef
)
Un-TODO role composition test
Andrew Rodland [Fri, 21 Jan 2011 00:39:14 +0000 (18:39 -0600)]
t/08-role-composition.t
patch
|
blob
|
blame
|
history
diff --git
a/t/08-role-composition.t
b/t/08-role-composition.t
index
81eeb44
..
93ecdd1
100644
(file)
--- a/
t/08-role-composition.t
+++ b/
t/08-role-composition.t
@@
-29,7
+29,6
@@
use Test::More;
}
{
- local $TODO = 'Class attributes are lost during role composition';
can_ok( 'Bar', 'CA', );
}