minitest/minitest-rails

Clarification needed

vitaly opened this issue · 1 comments

Can you please specify what this gem does above what Rails already provides with it 's Minitest support, which is standard in Rails since long time ago?

The gem's feature set has changed as Rails has changed how it uses Minitest over time. Currently it adds support for using the Minitest Spec DSL in Rails tests, adds support for more expected assertion names (refute_change vs. assert_no_change), alternate test generator templates for spec/test styles, etc...

This blog post may help, but it also may not.