Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cd976ea79 | ||
|
|
1708622c49 |
@@ -2,6 +2,9 @@ Revision history for Mojolicious::Plugin::TtRenderer
|
||||
|
||||
{{$NEXT}}
|
||||
|
||||
1.41 February 23, 2013
|
||||
- Additional testing diagnostics
|
||||
|
||||
1.40 February 20, 2013
|
||||
- Added diagnostic for IO loop implementation in testing
|
||||
|
||||
|
||||
@@ -21,11 +21,14 @@ $t->get_ok('/')
|
||||
->status_is(500)
|
||||
->content_like(qr{foo});
|
||||
|
||||
$t->app->log->on(message => sub {
|
||||
my($log, $level, @lines) = @_;
|
||||
diag @lines if $level eq 'error';
|
||||
});
|
||||
|
||||
$t->get_ok('/bar')
|
||||
->status_is(200)
|
||||
->content_like(qr{bar});
|
||||
|
||||
#note $t->tx->res->to_string;
|
||||
->content_like(qr{sometimes, the bar,});
|
||||
|
||||
__DATA__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user