parameterized roles now available
[catagits/CatalystX-Declare.git] / t / 022_parameterized_roles.t
index 11a125b..5ddab0a 100644 (file)
@@ -8,9 +8,6 @@ use lib "$FindBin::Bin/lib";
 use Test::More; 
 use Catalyst::Test 'TestApp';
 
-TODO: {
-    local $TODO = 'MooseX::MethodAttributes needs to allow this';
-    is get('/param/greet'), 'foo:foo', 'parameterized role was consumed correctly';
-}
+is get('/param/greet'), 'foo:foo', 'parameterized role was consumed correctly';
 
 done_testing;