Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename mocha/mini_test.rb to mocha/minitest.rb #322

Merged
merged 1 commit into from Feb 11, 2018

Conversation

floehopper
Copy link
Member

  • Deprecate requiring 'mocha/mini_test'
  • Update documentation in README.md

* Deprecate requiring 'mocha/mini_test'
* Update documentation in README
@floehopper floehopper merged commit 76aad9c into master Feb 11, 2018
@floehopper floehopper deleted the rename-mini-test-to-minitest branch February 11, 2018 16:31
tjvc added a commit to tjvc/mocha that referenced this pull request Feb 12, 2018
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.
This was referenced Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant