Sha256: 2a27dbd8dc226a355890d58403cf0d0df974321249c1e296aba9d7d92e974304

Contents?: true

Size: 263 Bytes

Versions: 35

Compression:

Stored size: 263 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems' unless ENV['NO_RUBYGEMS']
  gem 'rspec'
  require 'spec'
end

#
# $: is the load path $LOAD_PATH
#
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/..')
require 'v8'

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
therubyracer-0.6.3 spec/spec_helper.rb
therubyracer-0.6.2 spec/spec_helper.rb
therubyracer-0.6.1 spec/spec_helper.rb
therubyracer-0.6.0 spec/spec_helper.rb
therubyracer-0.5.5 spec/spec_helper.rb
therubyracer-0.5.4 spec/spec_helper.rb
therubyracer-0.5.3 spec/spec_helper.rb
therubyracer-0.5.2-x86-darwin-10 spec/spec_helper.rb
therubyracer-0.5.2 spec/spec_helper.rb
therubyracer-0.5.1-x86-darwin-9 spec/spec_helper.rb
therubyracer-0.5.1-x86-darwin-10 spec/spec_helper.rb
therubyracer-0.5.1 spec/spec_helper.rb
therubyracer-0.5.0-x86-darwin-9 spec/spec_helper.rb
therubyracer-0.5.0-x86-linux spec/spec_helper.rb
therubyracer-0.5.0-x86_64-linux spec/spec_helper.rb
therubyracer-0.4.9-x86_64-linux spec/spec_helper.rb
therubyracer-0.5.0-x86-darwin-10 spec/spec_helper.rb
therubyracer-0.5.0 spec/spec_helper.rb
therubyracer-0.4.9-x86-linux spec/spec_helper.rb
therubyracer-0.4.9-x86-darwin-10 spec/spec_helper.rb