mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
use the redjs spec v0.6.1
This commit is contained in:
parent
1ec1a58316
commit
3c8bd2bb1d
3 changed files with 11 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -2,3 +2,5 @@ source 'http://rubygems.org'
|
|||
|
||||
# Specify your gem's dependencies in therubyracer.gemspec
|
||||
gemspec
|
||||
|
||||
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git', :tag => 'v0.6.1'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
include V8
|
9
spec/redjs_spec.rb
Normal file
9
spec/redjs_spec.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue