mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
10 lines
186 B
Ruby
10 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'
|