debian man page for bacon

Query: bacon

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BACON(1)							       bacon								  BACON(1)

NAME
bacon - small RSpec clone
SYNOPSIS
bacon [options] [files | -a] [-- untouched arguments]
DESCRIPTION
Ruby options: -e, --eval LINE evaluate a LINE of code -d, --debug set debugging flags (set $DEBUG to true) -w, --warn turn warnings on for your script -I, --include PATH specify $LOAD_PATH (may be used more than once) -r, --require LIBRARY require the library, before executing your script bacon options: -s, --specdox do AgileDox-like output (default) -q, --quiet do Test::Unit-like non-verbose output -p, --tap do TAP (Test Anything Protocol) output -k, --knock do Knock output -o, --output FORMAT do FORMAT (SpecDox/TestUnit/Tap) output -Q, --no-backtrace don't print backtraces -a, --automatic gather tests from ./test/, include ./lib/ -n, --name NAME runs tests matching regexp NAME -t, --testcase TESTCASE runs tests in TestCases matching regexp TESTCASE Common options: -h, --help Show this message --version Show version bacon 1.1.0 July 2011 BACON(1)
Related Man Pages
bacon(1) - debian
gnustep-tests(1) - debian
specrb(1) - debian
prove(1) - x11r4
tap::formatter::base(3pm) - suse
Similar Topics in the Unix Linux Community
topas -P output to file
Getting user input from inside a while loop?
Ajax Post & IE8
For loop scripting
Awk: Print out overlapping chunks of file - rows 0-20,10-30,20-40 etc.