There was a passing TODO test in here.
Dave Rolsky [Mon, 28 Jul 2008 13:57:09 +0000 (13:57 +0000)]
t/600_todo_tests/002_various_role_shit.t

index 9f227ca..5f73d10 100644 (file)
@@ -238,8 +238,9 @@ ok( $robot->has_attribute("twist"), "has attr 'twist'" );
 }
 
 {
-    local $TODO = "attribute related methods are not yet known by the role";
     req_or_has($robot, "twist");
+
+    local $TODO = "attribute related methods are not yet known by the role";
     ok( $robot->has_method("twist"), "has twist method" );
     isa_ok( $robot->get_method("twist"), "Moose::Meta::Method" );
     isa_ok( $robot->get_method("twist"), "Moose::Meta::Method::Accessor" );