Skip to content

Add minitest-mock gem for minitest 6 compatibility#450

Merged
Morriar merged 1 commit into
at/fix-prism-warningsfrom
at/bump-minitest
May 1, 2026
Merged

Add minitest-mock gem for minitest 6 compatibility#450
Morriar merged 1 commit into
at/fix-prism-warningsfrom
at/bump-minitest

Conversation

@Morriar
Copy link
Copy Markdown
Contributor

@Morriar Morriar commented Apr 28, 2026

Summary

  • minitest 6 extracted Object#stub into a separate minitest-mock gem
  • Add minitest-mock to the Gemfile and require it in the test helper to restore stub functionality
  • Fixes 4 test errors on Ruby 3.2 CI

@Morriar Morriar requested a review from a team as a code owner April 28, 2026 19:36
@Morriar Morriar force-pushed the at/bump-minitest branch 4 times, most recently from d0e8581 to aef98e7 Compare April 28, 2026 19:47
@Morriar Morriar changed the base branch from main to at/fix-prism-warnings April 28, 2026 19:47
@Morriar Morriar force-pushed the at/fix-prism-warnings branch from 57f4bd2 to 7232217 Compare April 28, 2026 20:01
@Morriar Morriar force-pushed the at/fix-prism-warnings branch 3 times, most recently from 6d65e81 to f8d32e0 Compare April 28, 2026 20:06
@Morriar Morriar force-pushed the at/fix-prism-warnings branch from f8d32e0 to 24a75b1 Compare May 1, 2026 16:18
minitest 6 extracted `Object#stub` into a separate gem. Add
`minitest-mock` and require it in the test helper to restore the
functionality.
@Morriar Morriar merged commit 37bdf76 into at/fix-prism-warnings May 1, 2026
9 checks passed
@Morriar Morriar deleted the at/bump-minitest branch May 1, 2026 19:44
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.

2 participants