rspec / rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.
https://rspec.info
MIT License
98 stars 103 forks source link

Allow File.read to be stubbed out without breaking ripper support #431

Closed JonRowe closed 3 years ago

JonRowe commented 3 years ago

Following on from conversation in rspec/rspec-mocks#1341 this fixes issues like rspec/rspec-support#428 when File.read is stubbed out and returns non standard content.