X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F600_todo_tests%2F002_various_role_features.t;h=deab7fe63f0fbfe974a2b9b9e2f3ce175ca136de;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=62e978ead701ccddb554a20f0f8eec8e4e645de3;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/600_todo_tests/002_various_role_features.t b/t/600_todo_tests/002_various_role_features.t index 62e978e..deab7fe 100644 --- a/t/600_todo_tests/002_various_role_features.t +++ b/t/600_todo_tests/002_various_role_features.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 39; +use Test::More; use Test::Exception; sub req_or_has ($$) { @@ -241,6 +241,8 @@ ok( $robot->has_attribute("twist"), "has attr 'twist'" ); isa_ok( $robot->get_method("twist"), "Moose::Meta::Method::Accessor" ); } +done_testing; + __END__ I think Attribute needs to be refactored in some way to better support roles.