class RSpec::Core::ConfigurationOptions

def force?(key)

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