1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
This commit is contained in:
Bill Robertson 2009-11-14 00:05:52 -05:00
parent 5f1ce0f692
commit 707916fe03
3 changed files with 6 additions and 3 deletions

View file

@ -6,5 +6,9 @@ rescue LoadError
require 'spec'
end
#
# $: is the load path $LOAD_PATH
#
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/..')
require 'v8'