bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Use the minitest test runner #666

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

Minitest has a test runner. I have no idea how long it's been available, or why we weren't using it before. It offers a few options that I don't think we had before, when running rake test. They're described here.