method

configure

rspec latest stable - Class: Spec::Runner
configure()
public

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.