1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/spec/spec_helper.rb

15 lines
212 B
Ruby
Raw Permalink Normal View History

2009-09-24 19:06:31 -05:00
require 'rhino'
2012-04-13 20:32:31 +02:00
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