minitest v1.4.0 Release Notes

Release Date: 2009-06-18 // almost 15 years ago
    • 5 minor enhancement:

      • Added clarification doco.
      • Added specs and mocks to autorun.
      • Changed spec test class creation to be non-destructive.
      • Updated rakefile for new hoe capabilities.
      • describes are nestable (via subclass). before/after/def inherits, specs don't.
    • 🛠 3 bug fixes:

      • Fixed location on must/wont.
      • Switched to name to avoid common ivar name.
      • Fixed indentation in test file (1.9).