CH
Results
3
comments of
CH
We also just started seeing this. Everything works fine with bundler 1.9.1, but in an environment with bundler 1.10.3 we get this error.
Not to post a useless +1 comment, but... +1
This is at least partially fixed by https://github.com/rspec/rspec-mocks/pull/1473 (when `with` is used to set up the stub, `ArgumentError` isn't raised but `RSpec::Mocks::MockExpectationError` is) so if the answer is to just...