Commit dc21e63
Fix minitest compatibility with Ruby 3.x
Remove `require 'minitest/unit'` which was removed in recent minitest
versions, and use `Minitest::Assertions` instead of `MiniTest::Assertions`.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 50a187b commit dc21e63
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments