1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/spec/spec_helper.rb
2018-06-22 13:45:24 +03:00

4 lines
138 B
Ruby

$:.unshift File.expand_path '../../ext/libv8', __FILE__
$:.unshift File.expand_path '../../lib', __FILE__
require 'rspec'
require 'libv8'