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:
parent
26741dc2eb
commit
cdcc220f4b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue