Commit 45bf89f
committed
Fix Minitest deprecation warning
This fixes the following deprecation warning when running `rake test`:
> DEPRECATED: Use assert_nil if expecting nil from .../sdoc/spec/rdoc_generator_markup_spec.rb:21. This will fail in Minitest 6.1 parent d77123f commit 45bf89f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments