1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

update to use the redjs test suite

This commit is contained in:
Charles Lowell 2009-12-16 14:02:05 +01:00
parent efa9a75d37
commit cf32d3180d
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "spec/redjs"]
path = spec/redjs
url = git@github.com:cowboyd/redjs.git

1
spec/redjs Submodule

@ -0,0 +1 @@
Subproject commit b9001477b21d96b875dae79ad082034ae565e815

5
spec/redjs_helper.rb Normal file
View file

@ -0,0 +1,5 @@
require File.dirname(__FILE__) + '/../spec_helper.rb'
include Rhino