1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

contrib requires the main module

This commit is contained in:
Charles Lowell 2010-06-02 16:47:51 +03:00
parent 26741dc2eb
commit cdcc220f4b

View file

@ -1,4 +1,5 @@
require 'v8'
require 'v8/jasmine/context'
module V8
module Jasmine
FILENAME = File.join(File.dirname(__FILE__), "jasmine",Dir.new(File.join(File.dirname(__FILE__), "jasmine")).find {|f| f =~ /(\d+.\d+\.\d+)\.js$/})
@ -19,4 +20,3 @@ module V8
end
end
require 'v8/jasmine/context'