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

5 lines
203 B
Ruby

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