mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
complete change to GetEntered()
This commit is contained in:
parent
3762909be4
commit
d9479d98e6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ include V8
|
|||
describe C::Context do
|
||||
|
||||
it "should not have a current context if no context is open" do
|
||||
C::Context::GetCurrent().should be_nil
|
||||
C::Context::GetEntered().should be_nil
|
||||
end
|
||||
|
||||
it "can determine if there is a current context" do
|
||||
|
|
Loading…
Reference in a new issue