mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
9 lines
No EOL
176 B
Ruby
9 lines
No EOL
176 B
Ruby
require 'spec_helper'
|
|
require 'redjs/load_specs'
|
|
module RedJS
|
|
Context = V8::Context
|
|
# Error = V8::JSError
|
|
end
|
|
describe V8::Context do
|
|
it_behaves_like 'RedJS::Context'
|
|
end |