mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
654b808ac5
This fixes segmentation fault in the tests as extending the examples in a before block with override of `#instance_eval` seems to not work. Also, the context wrap is now opt-in with a helper method, instead of opt-out and relying on `#described_class` (which has slightly different behavior in RSpec 3). Tested on Ruby 2.1.5 and RSpec 2.99.2. |
||
---|---|---|
.. | ||
array_spec.rb | ||
constants_spec.rb | ||
exception_spec.rb | ||
external_spec.rb | ||
function_spec.rb | ||
handles_spec.rb | ||
locker_spec.rb | ||
object_spec.rb | ||
script_spec.rb | ||
string_spec.rb | ||
template_spec.rb | ||
trycatch_spec.rb |