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:
parent
efa9a75d37
commit
cf32d3180d
3 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "spec/redjs"]
|
||||
path = spec/redjs
|
||||
url = git@github.com:cowboyd/redjs.git
|
1
spec/redjs
Submodule
1
spec/redjs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b9001477b21d96b875dae79ad082034ae565e815
|
5
spec/redjs_helper.rb
Normal file
5
spec/redjs_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
require File.dirname(__FILE__) + '/../spec_helper.rb'
|
||||
|
||||
include Rhino
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue