fixtures subdirectories

I have been working with testing and fixtures for the last week, and have come to a seeming realization that rails will only load fixtures from one directory per each test file (this seems a little un-DRY to me). Am I wrong in my assumption; can it be done? If not, is this intentional?

/Brad.