spoom
spoom copied to clipboard
Improve deadcode plugin for Minitest
- Make plugin ignore classes that inherit from
Minitest::Testinstead of those ending withTest - Modified the
on_define_methodmethod to ignore methods starting withtest_or included in theMINITEST_METHODSset only when inside aMinitest::Testsubclass. - Define
on_sendto mark methods used inassert_predicateand `refute_predicate`` as alive.