1
0
Fork 0
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:
Charles Lowell 2012-05-03 00:35:52 -07:00
parent 1ec1a58316
commit 3c8bd2bb1d
3 changed files with 11 additions and 3 deletions

View file

@ -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'

View file

@ -1,3 +0,0 @@
require 'spec_helper'
include V8

9
spec/redjs_spec.rb Normal file
View 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