class RSpec::Core::ConfigurationOptions

def local_options_file(options)

def local_options_file(options)
  return options[:options_file] if options[:options_file]
  LOCAL_OPTIONS_FILE
end