Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes freerange#322. As of Ruby 2.4, using Forwardable to delegate to a missing method, without defining respond_to_missing? on the receiver, results in depecration warnings being shown. Define respond_to_missing? in place of respond_to? on Mocha::Mock so that deprecation warnings are no longer shown.
- Loading branch information