Skip to content

Commit

Permalink
mention prove in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 16, 2015
1 parent 9d69906 commit 7ddfa5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.12 2015-06-16
6.12 2015-06-17
- Welcome to the Mojolicious core team Dan Book.
- Added TO_JSON method to Mojo::Collection. (wttw)
- Added find_packages function to Mojo::Loader.
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -935,10 +935,11 @@ L<Test::Mojo>.

done_testing();

Run all tests with the command L<Mojolicious::Command::test>.
Just run your tests with the command L<Mojolicious::Command::test> or L<prove>.

$ ./myapp.pl test
$ ./myapp.pl test -v
$ ./myapp.pl test -v t/basic.t
$ prove -l -v t/basic.t

=head1 MORE

Expand Down

0 comments on commit 7ddfa5c

Please sign in to comment.