logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bacon - small RSpec clone

Description

Rubyoptions:-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

   baconoptions:-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

   Commonoptions:-h, --help
              Show this message

       --version
              Show version

bacon 1.1.0                                         July 2011                                           BACON(1)

Name

       bacon - small RSpec clone

Synopsis

bacon [options] [files | -a] [--untouchedarguments]

See Also