From: Dave Rolsky Date: Mon, 28 Jul 2008 13:57:09 +0000 (+0000) Subject: There was a passing TODO test in here. X-Git-Tag: 0_55~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a632beb5fce7acd3fa1235e43ba9ae875fbbe9f6;p=gitmo%2FMoose.git There was a passing TODO test in here. --- diff --git a/t/600_todo_tests/002_various_role_shit.t b/t/600_todo_tests/002_various_role_shit.t index 9f227ca..5f73d10 100644 --- a/t/600_todo_tests/002_various_role_shit.t +++ b/t/600_todo_tests/002_various_role_shit.t @@ -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" );