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 def configure yield configuration end
Generated with the Darkfish Rdoc Generator 2.