Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
that one title actually had a test
  • Loading branch information
kraih committed Feb 29, 2016
1 parent b15eb7b commit a8ba9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/pod_renderer_lite_app.t
Expand Up @@ -86,7 +86,7 @@ $t->get_ok('/perldoc/MojoliciousTest/PODTest.json')->status_is(204);

# Welcome
$t->get_ok('/perldoc')->status_is(200)->element_exists('#mojobar')
->text_like('title', qr/Mojolicious guide to the galaxy/);
->text_like('title', qr/The Mojolicious Guide to the Galaxy/);

done_testing();

Expand Down

0 comments on commit a8ba9c0

Please sign in to comment.