Just hit <Leader>rf
(rspec focus) to fold all example groups in the entire file except the full hierarchy to your spec that your cursor is inside. The current example is automatically centered on your screen, when possible.
This lets you easily see all the context
/describe
blocks that apply just to the current spec. See: