2012-05-03 00:35:52 -07:00
|
|
|
require 'spec_helper'
|
|
|
|
require 'redjs/load_specs'
|
|
|
|
module RedJS
|
|
|
|
Context = V8::Context
|
|
|
|
# Error = V8::JSError
|
|
|
|
end
|
|
|
|
describe V8::Context do
|
2012-05-10 10:11:29 -05:00
|
|
|
pending
|
|
|
|
# it_behaves_like 'RedJS::Context'
|
2012-05-03 00:35:52 -07:00
|
|
|
end
|