Convert all tests to done_testing.
[gitmo/Moose.git] / t / 600_todo_tests / 002_various_role_features.t
index 62e978e..deab7fe 100644 (file)
@@ -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.