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:
parent
561fa6baea
commit
1593a644f7
1 changed files with 0 additions and 14 deletions
|
@ -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 'v8'
|
||||||
|
|
||||||
require 'erb'
|
require 'erb'
|
||||||
|
|
Loading…
Add table
Reference in a new issue