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

Not compatible with RSpec 3 #2

Closed andyw8 closed 6 years ago

andyw8 commented 6 years ago

I realise this project has not been updated for a long time, but just for the benefit of others, the gem is not compatible with RSpec 3. It fails with:

`require': cannot load such file -- rspec/core/mocking/with_rspec (LoadError)`
endeepak commented 6 years ago

Thanks for reporting this @andyw8. I would gladly accept a PR if it helps others

endeepak commented 6 years ago

Please try new version https://rubygems.org/gems/rspec-multi-mock/versions/0.3.0. Thanks to PR https://github.com/endeepak/rspec-multi-mock/pull/3 from @ebmeierj