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

make the jasmine spec a little more robust

This commit is contained in:
Charles Lowell 2010-06-03 14:36:31 +03:00
parent 0c571abd46
commit 00637551a5

View file

@ -23,7 +23,7 @@ describe V8::Jasmine do
it "extends a bare context with the jasmine runtime" do
V8::Context.new do |cxt|
cxt.extend V8::Jasmine
cxt['jasmine'].should_not be_nil
cxt['jasmine'].getEnv().should_not be_nil
end
end
end