Hi!
It would be great to have a public method where we can clear cached circuits to use before each test run.
Today, one test can open a circuit and then it can cause failures in many others that use the same circuit.
This gets in the way to find the real culprit.
What about turning the method Circuitbox.clear_cached_circuits! into a public one?