Commit a8eb40f
refactor: avoid double finalize call for Minitest
Restore if/else — Minitest.after_run when Minitest is loaded, at_exit
otherwise. Nobody runs Minitest and RSpec in the same process, so the
@Finalized double-execution guard is unnecessary overhead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9e7566d commit a8eb40f
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
0 commit comments