Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 030_roles / 001_meta_role.t
index 8b642c3..143cf9f 100644 (file)
@@ -59,7 +59,6 @@ is_deeply(
 ok($foo_role->has_attribute('bar'), '... FooRole does have the bar attribute');
 
 {
-    local $TODO = 'Mouse does not support role attributes';
     is_deeply(
         join('|', %{$foo_role->get_attribute('bar')}),
         join('|', %{+{ is => 'rw', isa => 'Foo' }}),