Explorar el Código

* Have local paths first in LOAD_PATH

tags/v0.99.beta14
Pascal Terjan pterjan hace 16 años
padre
commit
0ee5f4c6f1
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      ruby/test

+ 4
- 1
ruby/test Ver fichero

@@ -1,6 +1,9 @@
#!/usr/bin/ruby -Ilib -I.libs
#!/usr/bin/ruby

require 'test/unit'

$LOAD_PATH.unshift(".libs").unshift("lib")

Dir.glob("t/tc*.rb").each{ |t|
require t
}


Cargando…
Cancelar
Guardar