diff --git a/Web/lib/Test/Mojo/MJB.pm b/Web/lib/Test/Mojo/MJB.pm index ac02a56..939b4b1 100644 --- a/Web/lib/Test/Mojo/MJB.pm +++ b/Web/lib/Test/Mojo/MJB.pm @@ -61,6 +61,14 @@ sub code_block { return $t; } +sub dump_content { + my ( $t ) = @_; + + warn $t->tx->res->body; + + return $t; +} + sub dump_stash { my ( $t, $show_all ) = @_;