class RSpec::Core::Configuration

def default_path=(path)

def default_path=(path)
  project_source_dirs << path
  @default_path = path
end