method

options

options(opts)
public

No documentation available.

# File railties/lib/rails/test_unit/runner.rb, line 14
        def options(opts)
          opts.on("--warnings", "-w", "Run with Ruby warnings enabled") {}
          opts.on("-e", "--environment ENV", "Run tests in the ENV environment") {}
        end