Flowdock
method

attach_before_load_options

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Runner
attach_before_load_options(opts) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/test_unit/runner.rb, line 14
        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
Register or log in to add new notes.