Class Index [+]

Quicksearch

Spec::Runner

Public Class Methods

configure() click to toggle source

Use this to configure various configurable aspects of RSpec:

  Spec::Runner.configure do |configuration|
    # Configure RSpec here
  end

The yielded configuration object is a Spec::Runner::Configuration instance. See its RDoc for details about what you can do with it.

    # File lib/spec/runner.rb, line 40
40:       def configure
41:         yield configuration
42:       end
run() click to toggle source
    # File lib/spec/runner.rb, line 60
60:       def run
61:         options.examples_run? || options.run_examples
62:       end
use(options) click to toggle source
    # File lib/spec/runner.rb, line 56
56:       def use options
57:         @options = options
58:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.