controller_role => component_role
[catagits/CatalystX-Declare.git] / t / lib / TestApp / TestRole.pm
index dd2d0c5..d4ac13f 100644 (file)
@@ -1,6 +1,6 @@
 use CatalystX::Declare;
 
-controller_role TestApp::TestRole {
+component_role TestApp::TestRole {
 
     method something_from_the_role { 23 }