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

10 lines
210 B
Ruby
Raw Normal View History

2012-05-03 00:35:52 -07:00
require 'spec_helper'
require 'redjs/load_specs'
module RedJS
Context = V8::Context
2012-06-14 22:34:38 -05:00
Error = V8::Error
2012-05-03 00:35:52 -07:00
end
describe V8::Context do
pending "not ready for prime-time"
#it_behaves_like 'RedJS::Context'
2012-05-03 00:35:52 -07:00
end