You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chikamichi edited this page Jul 11, 2011
·
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
Other choices include tap, outline, html and backtrace.