.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH TESTRB2.1 1 "July 2014" .SH NAME .PP testrb2.1 \- Automatic runnter for Test::Unit of Ruby .SH SYNOPSIS .PP testrb2.1 [options] [\-\- untouched arguments] test ... .SH DESCRIPTION .PP testrb2.1 loads and runs unit\-tests. If test is directory name, testrb2.1 testrb2.1 traverses the directory. .SH OPTIONS .TP .fi .B \-r, \-\-runner=RUNNER Use the given RUNNER. (t[k], c[onsole], g[tk], f[ox]) .TP .fi .B \-a, \-\-add=TORUN Add TORUN to the list of things to run; can be a file or a directory. .TP .fi .B \-p, \-\-pattern=PATTERN Match files to collect against PATTERN. (default pattern is /\\Atest_.*\\.rb\\Z/.) .TP .fi .B \-n, \-\-name=NAME Runs tests matching NAME. (patterns may be used.) .TP .fi .B \-t, \-\-testcase=TESTCASE Runs tests in TestCases matching TESTCASE. (patterns may be used.) .TP .fi .B \-v, \-\-verbose=[LEVEL] Set the output level (default is verbose). (p[rogress], n[ormal], v[erbose], s[ilent]) .TP .fi .B \-\- Stop processing options so that the remaining options will be passed to the test. .TP .fi .B \-h, \-\-help Display help. .SH AUTHOR .PP This manpage was contributed by akira yamada