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