class RSpec::Core::ConfigurationOptions

def force?(key)

def force?(key)
  !UNFORCED_OPTIONS.include?(key)
end