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:
parent
0c571abd46
commit
00637551a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue