actually document the new request body_data method
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index c1ec9b5..b06880c 100644 (file)
@@ -51,6 +51,7 @@ TestApp->config(
         }
     },
     encoding => 'UTF-8',
+    abort_chain_on_error_fix => 1,
 );
 
 # Test bug found when re-adjusting the metaclass compat code in Moose