docs
[catagits/Catalyst-Runtime.git] / t / live_catalyst_test.t
index e7f8df9..8248527 100644 (file)
@@ -50,5 +50,10 @@ my $req = '/dump/request';
     is($response, 'that', 'body param overridden');
 }
 
+{
+       my $response = request( POST( '/bodyparams/no_params' ) )->content;
+    is($response, 'HASH', 'empty body param is hashref');
+}
+
 done_testing;