diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
commit | a0b016be2e2f120c5b2ef408289f10665c1deb56 (patch) | |
tree | a701c0edd10ebb6a025cb00d1a4b55ffcebd8637 /debian/manpages/testrb2.3.1 | |
download | ruby-debian/2.3.3-1.tar.gz |
Imported ruby2.3 2.3.3-1debian/2.3.3-1debian
Diffstat (limited to 'debian/manpages/testrb2.3.1')
-rw-r--r-- | debian/manpages/testrb2.3.1 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/debian/manpages/testrb2.3.1 b/debian/manpages/testrb2.3.1 new file mode 100644 index 0000000..efd4ce1 --- /dev/null +++ b/debian/manpages/testrb2.3.1 @@ -0,0 +1,60 @@ +.\" DO NOT MODIFY THIS FILE! it was generated by rd2 +.TH TESTRB2.3 1 "July 2014" +.SH NAME +.PP +testrb2.3 \- Automatic runnter for Test::Unit of Ruby +.SH SYNOPSIS +.PP +testrb2.3 [options] [\-\- untouched arguments] test ... +.SH DESCRIPTION +.PP +testrb2.3 loads and runs unit\-tests. If test is directory name, testrb2.3 +testrb2.3 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 <akira@debian.org> + |