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