Another example is https://github.com/rubocop-hq/rspec-style-guide.
Also for larger project at what point rspec becomes better than minitest?
Another example is https://github.com/rubocop-hq/rspec-style-guide.
Also for larger project at what point rspec becomes better than minitest?
No, time wasted searching was in vain. Googling for minitest vs rspec leads to this page. https://www.codementor.io/dogweather/why-rspec-is-so-popular-tbqzmans5 which says the following:
Poke around in the straight-from-cucumber docs, and you'll be impressed with the readability. It's chock full of examples! In fact, every feature has an example because this is literate code. I've never found a Minitest resource that comes close. And personally, when I'm using a framework — Minitest or RSpec — that has its own unique DSL and practices, good docs are crucial.
While minitest spec tries to pretend it's rspec it never comes close.
is finding good examples of projects using Minitest and trying to study them.
The Minitest official docs are good, not best, but good enough.
It is linked at the top of the repository README