Is there a reporter for minitest to generate HTML from mini-tests? Or am I missing a built-in function or flag?
Rspec has formatters for creating HTML documentation , but I cannot find this for minitest.
In the end, I'm looking to create API documentation (rdoc), followed by tests that describe my models and architecture. The ability to somehow make connections between rdoc and minitest will be even better.
source share