1. detroit-minitest(5)
  2. detroit-minitest(5)

NAME

detroit-minitest - ruby minitest-based test via detroit

DESCRIPTION

MiniTest test runner tool can run your Ruby tests during the standard test phase.

OPTIONS

The following options can be used in the Detroit assembly file for defining a MiniTest service.

EXAMPLES

A typical example would look something like:

minitest:
  tests: spec/*_spec.rb
  loadpath:
    - lib
    - spec
  extra: '| tapout pretty'

RESOURCES

For more information:

Copyright (c) 2010 Thomas Sawyer, Rubyworks

Detroit MiniTest is distributable in accordance with the GPLv3 license.

SEE ALSO

detroit(1), ruby(1)

  1. October 2011
  2. detroit-minitest(5)