class RSpec::Core::ConfigurationOptions

def configure(config)

def configure(config)
  options.each do |key, value|
    config.send("#{key}=", value) rescue nil
  end
end