X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F001_meta_role.t;h=143cf9f193736d014a9201baa724bd5e8fe16da2;hb=91ee66cbb155fe48f641868aebc1c6215446e2c0;hp=8b642c31f47501f1658b20fff6885bf1b448a7c2;hpb=b36cef5c9ef6b86439ed67cd94be97bec04037bf;p=gitmo%2FMouse.git diff --git a/t/030_roles/001_meta_role.t b/t/030_roles/001_meta_role.t index 8b642c3..143cf9f 100644 --- a/t/030_roles/001_meta_role.t +++ b/t/030_roles/001_meta_role.t @@ -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' }}),