Description
Adds context-style test organization for Minitest and Test::Unit. It is useful when Ruby test suites need nested setup, readable grouping, and shared behavior around related examples.
Shared contexts can hide setup and create ordering assumptions. Keep groups small and make important preconditions visible in the test.