Add minitest-mock gem for minitest 6 compatibility#450
Merged
Conversation
d0e8581 to
aef98e7
Compare
aef98e7 to
9a55b0c
Compare
57f4bd2 to
7232217
Compare
9a55b0c to
5ca682c
Compare
6d65e81 to
f8d32e0
Compare
5ca682c to
da9998c
Compare
f8d32e0 to
24a75b1
Compare
minitest 6 extracted `Object#stub` into a separate gem. Add `minitest-mock` and require it in the test helper to restore the functionality.
hmcguire-shopify
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Object#stubinto a separateminitest-mockgemminitest-mockto the Gemfile and require it in the test helper to restorestubfunctionality