How to Make Spec Helper Code Available in other Extensions

I have code in the spec_helper.rb of my extensions. But I want that
code to be automatically available to other extensions.

When other extension’s are running their specs, they load their own
spec_helper.rb files – not the one from my extension. How can I do
this?

-Chris