class RSpec::Core::Configuration

def requires=(paths)

def requires=(paths)
  paths.map {|path| require path}
end