Get rid of all messing with action registration by just stuffing the attributes onto...
[catagits/CatalystX-DynamicComponent.git] / t / 05_dynamiccontrollers.t
index becb00e..2f54467 100644 (file)
@@ -20,9 +20,6 @@ ok $controller->can('method_from_controller_role'), 'Role appears applied';
 ok ! $controller->action_for('get_reflected_action_methods'),
     'not leaking actions';
 
-TODO: {
-local $TODO = "Fix what gets registered";
 ok ! $controller->action_for('method_from_controller_role'),
     'not leaking actions';
-}