Ruby Tests Profiling Toolbox v1.0.0.rc2 Release Notes

Release Date: 2021-01-06 // over 3 years ago
    • ๐Ÿš… Make Rails fixtures accesible in before_all. ([@palkan][])

    You can load and access fixtures when explicitly enabling them via before_all(setup_fixtures: true, &block).

    • โœ… Minitest's before_all is not longer experimental. ([@palkan][])

    • โœ… Add after_all to Minitest in addition to before_all. ([@palkan][])