mutant v0.11.1 Release Notes

Release Date: 2021-11-08 // over 2 years ago
  • Improve matching speed. This is especially noticeable in larger projects. Mutant now creates way less objects while matching subjects.

    Fix: #1273

    Prevent crashes on degenerate object interfaces where method reflection returns methods that are later not accessible via #instance_method.

    Add ability to set environment variables via the CLI. The environment variables are inserted before the application is loaded. This is especially useful to load rails in test mode via setting RAILS_ENV=test.

    For CLI use the --env argument. For config file use the environment_variables key.