And lets have a test that the reflector works in interface role mode
[catagits/CatalystX-DynamicComponent.git] / t / lib / ModelsFromConfigInterfaceApp.pm
index 602a875..b6e898d 100644 (file)
@@ -4,6 +4,7 @@ use namespace::autoclean;
 
 use Catalyst qw/
     +CatalystX::DynamicComponent::ModelsFromConfig::InterfaceRoles
+    +CatalystX::DynamicComponent::ModelToControllerReflector
 /;
 
 extends 'Catalyst';