Skip to content
trans edited this page Sep 13, 2010 · 6 revisions

The lemon command-line tool is used to run tests. Simply provide the name of the test files as arguments:

    $ lemon test/*.rb

By default the lemon command outputs the traditional dot-progress format. The --verbose or -v option provides additional information about each unit test and concern as they are executed.

Lemon provides a variety of test formats. Use the -f options to select between them.

    $ lemon -f tap test/*.rb
<pre>

Other choices include @tap@, @outline@, @html@ and @backtrace@.

Clone this wiki locally