-
Kasper Timm Hansen authored
``` Minitest.run_via[:rails] = true ```
👆 would break because a simple alias won't catch the second true argument there.Kasper Timm Hansen authored``` Minitest.run_via[:rails] = true ```
👆 would break because a simple alias won't catch the second true argument there.
Loading