Description
Helps Ruby test suites avoid unwanted automatic test/unit startup caused by rogue requires. It is useful when different test frameworks or dependencies fight over autorun behavior.
Test bootstrapping fixes can hide ordering problems. Keep the setup small, document why it is needed, and run the full suite after changing test dependencies.