rspec / rspec-support

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

Allow mocking Mutex.new #411

Closed JonRowe closed 4 years ago

JonRowe commented 4 years ago

I hope new is the only method that users would stub :D

Its the only one that matters / breaks, stubbing on an individual instance of mutex would affect only those instances, and stubbing using any_instance is just going to be something we don't support (its not really reasonable to).