mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
7 lines
128 B
Ruby
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
|