Ruby Tests Profiling Toolbox v1.0.7 Release Notes

Release Date: 2021-08-30 // over 2 years ago
    • Fix access to let_it_be variables in after(:all) hook. ([@cbarton][])

    • ➕ Add support for using the before_all hook with Rails' parallelize feature (using processes). ([@peret][])

    ✅ Make sure to include TestProf::BeforeAll::Minitest before you call parallelize.