🙋 Minitest users, I need your feedback on Hanami’s upcoming Minitest support! https://discourse.hanamirb.org/t/feedback-on-hanami-minitest/1415

#ruby #minitest

Feedback on Hanami Minitest

Hi everyone — I’m pleased to share that our initial Minitest support is now merged into the gem’s main branch. I’ve implemented the block-based test/setup/teardown API, as you suggested above (with some tweaks to make it fit better with setup and teardown methods in superclasses). I decided to host the base classes inside the gem. They exist as Hanami::Minitest::{Test,RequestTest,FeatureTest}. I’ve also take the opportunity to use this as a first foray into internalising some of the test setup...

Hanami
@timriley I use Minitest for everything ruby-off-work, and I missed just one tiny bit from rails-minitest, I have added a comment ( https://github.com/hanami/hanami-minitest/pull/3#issuecomment-3938540112 ) to your PR. I hope you like it.
Get started by timriley · Pull Request #3 · hanami/hanami-minitest

Minitest support for Hanami apps. Contribute to hanami/hanami-minitest development by creating an account on GitHub.

GitHub