endeepak / rspec-multi-mock

Allows multiple mock frameworks to be in action in RSpec (With no monkey patching on Rspec)
https://github.com/endeepak/rspec-multi-mock
MIT License
21 stars 5 forks source link

Incompatible with newer versions of Mocha #4

Closed Anbranin closed 6 years ago

Anbranin commented 6 years ago

This line here requires mocha/object, a file which was removed in mocha v0.13.0. I'm converting an older rails project to use rspec mocks from mocha and would love to be able to use this gem.

endeepak commented 6 years ago

@Anbranin Thanks for reporting the issue. I would need some time to look into this. If you have found a way to get it working with new version of mocha, please raise a pull request

endeepak commented 6 years ago

@Anbranin Thanks for the PR #5. Fix is released in new version https://rubygems.org/gems/rspec-multi-mock/versions/0.3.1