mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
4 lines
138 B
Ruby
4 lines
138 B
Ruby
$:.unshift File.expand_path '../../ext/libv8', __FILE__
|
|
$:.unshift File.expand_path '../../lib', __FILE__
|
|
require 'rspec'
|
|
require 'libv8'
|