Sha256: b6a4f76563641e2accd4df55900adc9b3ef6a2a338a29f890ed155e232b8674c

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

require 'rhino'

require 'mocha'
require 'redjs'

module RedJS
  Context = Rhino::Context
  Error = Rhino::JSError
end

RSpec.configure do |config|
  config.filter_run_excluding :compat => /(0.5.0)|(0.6.0)/
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
therubyrhino-2.0.0 spec/spec_helper.rb
therubyrhino-1.73.5 spec/spec_helper.rb
therubyrhino-1.73.4 spec/spec_helper.rb