mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
12 lines
No EOL
215 B
Ruby
12 lines
No EOL
215 B
Ruby
|
|
require "#{File.dirname(__FILE__)}/../spec_helper.rb"
|
|
|
|
include V8
|
|
|
|
describe C::Context do
|
|
|
|
it "should not have a current context if no context is open" do
|
|
C::Context::GetEntered().should be_nil
|
|
end
|
|
|
|
end |