Skip to content

Commit

Permalink
mention a test name in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 26, 2015
1 parent 5724735 commit 0d4ef05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -920,7 +920,8 @@ specific C<exception> and C<not_found> templates.
=head2 Testing

Testing your application is as easy as creating a C<t> directory and filling it
with normal Perl tests, which can be a lot of fun thanks to L<Test::Mojo>.
with normal Perl tests like C<t/basic.t>, which can be a lot of fun thanks to
L<Test::Mojo>.

use Test::More;
use Test::Mojo;
Expand Down

0 comments on commit 0d4ef05

Please sign in to comment.