Browse Source

* Have local paths first in LOAD_PATH

tags/v0.99.beta14
Pascal Terjan pterjan 16 years ago
parent
commit
0ee5f4c6f1
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      ruby/test

+ 4
- 1
ruby/test View File

@@ -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
}


Loading…
Cancel
Save