Mike Moore
Mike Moore
One of the problems I see discussed over and over is that minitest is not as discoverable as other testing libraries for new users. RSpec has put a lot of...
Hi, the behavior in this issue describes has been consistent for all gem releases since 3.0.0.alpha, on all ruby versions, AFAIK. We have worked around it, but I think it...
Seems like this library should be rewritten to use the annotations created by [`config-action-view-annotate-rendered-view-with-filenames`](https://guides.rubyonrails.org/configuring.html#config-action-view-annotate-rendered-view-with-filenames) instead of creating its own annotations.
Add JRuby ruby version. Add TruffleRuby with GraalVM ruby version. Add Mac OS operating system. Update Ruby CI workflow to run test rake task (without standard). Add new StandardRB workflow...
`m` recently dropped Ruby 2.6 because it is EOL, and pinned the required Ruby to 2.7. But, `m` is building against Minitest 4.x, who's last release (4.7.5) was on June...
The library now requires Ruby 2.7, which ships with Rake 13. No need to specify a minimum version anymore.
Replace with Rails' TestParser using Ripper.
Update README with the following: * Reference the current m version. * Reference the current supported Ruby. * Update supported test frameworks. * Update Minitest::Test (Minitest 5.x) * Add Minitest::Spec...