mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
give a better pending message on the redjs spec
This commit is contained in:
parent
71a74e4da2
commit
d9dea47309
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'spec_helper'
|
|||
require 'redjs/load_specs'
|
||||
module RedJS
|
||||
Context = V8::Context
|
||||
# Error = V8::JSError
|
||||
#Error = V8::JSError
|
||||
end
|
||||
describe V8::Context do
|
||||
pending
|
||||
# it_behaves_like 'RedJS::Context'
|
||||
pending "not ready for prime-time"
|
||||
#it_behaves_like 'RedJS::Context'
|
||||
end
|
Loading…
Reference in a new issue