mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
11 lines
186 B
Ruby
11 lines
186 B
Ruby
|
begin
|
||
|
require 'spec'
|
||
|
rescue LoadError
|
||
|
require 'rubygems' unless ENV['NO_RUBYGEMS']
|
||
|
gem 'rspec'
|
||
|
require 'spec'
|
||
|
end
|
||
|
|
||
|
$:.unshift(File.dirname(__FILE__) + '/../lib')
|
||
|
require 'rhino'
|