mutant v0.11.8 Release Notes

Release Date: 2022-04-25 // about 2 years ago
  • Add inline mutant disable configuration. This allows individual subjects to be marked as disbled directly in the code.

    Use:

      class Something
        # mutant:disable
        def some_method
        end
      end