1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/spec/c/v8_spec.rb

8 lines
135 B
Ruby
Raw Normal View History

require 'c_spec_helper'
2015-03-18 22:08:34 +00:00
describe V8::C::V8 do
it 'can say its version' do
expect(V8::C::V8.GetVersion).to be_a String
end
end