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

Merge pull request #227 from ignisf/patch-1

v8 version spec fails after upstream update
This commit is contained in:
Charles Lowell 2013-01-09 11:57:26 -08:00
commit 93a2c7792f

View file

@ -15,6 +15,6 @@ describe V8::C do
end
it "can access the V8 version" do
V8::C::V8::GetVersion().should match /^3\.11/
V8::C::V8::GetVersion().should match /^3\.15/
end
end
end