adapt TestAppCustomContainer, not to break everything while it's not ready
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / SugarContainer.pm
index 39e0c07..5643886 100644 (file)
@@ -12,7 +12,7 @@ sub BUILD {
         Catalyst::IOC::ConstructorInjection->new(
             name         => 'model_Baz',
             class        => 'TestAppCustomContainer::Model::Baz',
-            lifecycle    => 'InstancePerContext',
+#            lifecycle    => 'InstancePerContext',
             dependencies => [
                 depends_on( '/application_name' ),
                 depends_on( '/config' ),