1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/spec/c/isolate_spec.rb
2015-03-18 22:09:23 +00:00

7 lines
128 B
Ruby

require 'v8/init'
describe V8::C::Isolate do
it 'can create a new isolate' do
expect(V8::C::Isolate.New).to be
end
end