I have some classes in app/custom
In /custom
I have a bunch of other folders with classes. From the app I only use app/custom/*rb
but for testing purposes I would want to directly access all subfolders and their classes.
Is this possible? I realise Rspec likes to look in the typical directories for its testing, but I need this directory to be loaded.
Thanks