Sha256: 7d871936fa820640d2acccada4fb34461ccd866e3391c31e8fba6c5b98d3f294

Contents?: true

Size: 405 Bytes

Versions: 9

Compression:

Stored size: 405 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__) + '/../contrib')
$:.unshift(File.dirname(__FILE__) + '/..')
require 'v8'

require 'erb'
def rputs(msg)
  puts "<pre>#{ERB::Util.h(msg)}</pre>"
  $stdout.flush
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
therubyracer-0.8.0.pre2 spec/spec_helper.rb
therubyracer-0.8.0.pre spec/spec_helper.rb
therubyracer-0.7.5 spec/spec_helper.rb
therubyracer-0.7.4 spec/spec_helper.rb
therubyracer-0.7.3 spec/spec_helper.rb
therubyracer-0.7.2 spec/spec_helper.rb
therubyracer-0.7.2.pre spec/spec_helper.rb
therubyracer-0.7.1 spec/spec_helper.rb
therubyracer-0.7.1.pre spec/spec_helper.rb