Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @_memoized ivar from Minitest::Spec objects
We need to remove the @_memoized instance variable from Minitest::Spec objects because it holds a hash that contains memoized objects in `let` blocks, this can contain objects that will be reported as a memory leak.
- Loading branch information