method

options

rails latest stable - Class: Rails::TestUnit::Runner

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

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