Scroll to navigation

SPECRB(1) SPECRB(1)

NAME

specrb - standalone test runner for test/spec and Test::Unit test suites

SYNOPSIS

specrb [OPTIONS] [FILES | -a ] [-- untouched arguments]

DESCRIPTION

The Ruby script specrb allows you to run tests written with test/spec from the command line. It can also be used for plain Test::Unit test suites. You can either specify the names of the test files you want to run, or let specrb find automatically all the tests in your project, by using the -a switch (see TEST/SPEC OPTIONS below).

You can also use various options on the command line to pass parameters to the Ruby interpreterm or to modify the behavior of test/spec and/or test/unit.

RUBY OPTIONS

evaluate a LINE of code
set debugging flags (set $DEBUG to true)
turn warnings on for your script
specify $LOAD_PATH (may be used more than once)
require the LIBRARY, before executing your script

TEST/SPEC OPTIONS:

do AgileDox-like output
do AgileDox-like output with RDoc formatting
gather tests from ./test/, include ./lib/

TEST::UNIT OPTIONS:

runs tests matching regexp NAME
runs tests in TestCases matching regexp TESTCASE

COMMON OPTIONS:

show a message similar to this manpage
show version

AUTHORS

The test/spec library has been written by Christian Neukirchen <http://purl.org/net/chneukirchen>.

This manual page, inspired by the help message of specrb, has been written for the Debian Project by Cédric Boutillier (but may used by others).

2021-01-08