spoom icon indicating copy to clipboard operation
spoom copied to clipboard

Improve deadcode plugin for Minitest

Open Morriar opened this issue 1 year ago • 0 comments

  • Make plugin ignore classes that inherit from Minitest::Test instead of those ending with Test
  • Modified the on_define_method method to ignore methods starting with test_ or included in the MINITEST_METHODS set only when inside a Minitest::Test subclass.
  • Define on_send to mark methods used in assert_predicate and `refute_predicate`` as alive.

Morriar avatar Jul 04 '24 20:07 Morriar