What is the best way to use fixtures in multiple directories? I have a plugin for rails which has fixtures, and uses Test::Unit. I'd prefer *not* to just copy the fixture over into the spec directory. Scott Taylor