Skip to content
  • Ryan Davis's avatar
    3073c531
    Updates to make rails 4 happy with minitest 5: · 3073c531
    Ryan Davis authored
    + Namespace changes, overhaul of runners.
    + Internal ivar name changes
    - Removed a logger globally applied to tests that spew everywhere?!?
    + Override Minitest#__run to sort tests by name.
    + Reworked testing isolation to work with the new cleaner architecture.
    - Removed a bunch of tests that just test minitest straight up. I think these changes were all merged to minitest 4 a long time ago.
    - Minor report output differences.
    3073c531
    Updates to make rails 4 happy with minitest 5:
    Ryan Davis authored
    + Namespace changes, overhaul of runners.
    + Internal ivar name changes
    - Removed a logger globally applied to tests that spew everywhere?!?
    + Override Minitest#__run to sort tests by name.
    + Reworked testing isolation to work with the new cleaner architecture.
    - Removed a bunch of tests that just test minitest straight up. I think these changes were all merged to minitest 4 a long time ago.
    - Minor report output differences.
Loading