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

update spec to jsapi 0.1

This commit is contained in:
Charles Lowell 2011-10-05 16:49:19 -05:00
parent 60d2445998
commit fe2b72e688
2 changed files with 1 additions and 9 deletions

@ -1 +1 @@
Subproject commit 9e8d547fc7b217f9cab0192c04753499f47fdb38
Subproject commit 1ebcd2a5766cec58f93d80308682ff7858320d3e

View file

@ -1,10 +1,2 @@
begin
require 'spec'
rescue LoadError
require 'rubygems' unless ENV['NO_RUBYGEMS']
gem 'rspec'
require 'spec'
end
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'rhino'