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

rspec2 needs less shenanigans.

This commit is contained in:
Charles Lowell 2010-10-26 14:41:33 -05:00
parent 561fa6baea
commit 1593a644f7

View file

@ -1,18 +1,4 @@
begin
require 'rspec'
rescue LoadError
require 'rubygems' unless ENV['NO_RUBYGEMS']
gem 'rspec'
require 'rspec'
end
#
# $: is the load path $LOAD_PATH
#
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/../contrib')
$:.unshift(File.dirname(__FILE__) + '/..')
require 'v8'
require 'erb'