I have a model within a module (ie app/models/module/model.rb) The generator creates the test fixtures for this module inside the directory "test/fixtures/module/models.yml". However, when I attempt to load the fixtures using "fixtures :models", the fixture cannot be found. It appears the fixtures are only loaded from the top-level fixtures directory - when I move the fixture to this directory (test/fixtures) it works. Is there anyway to modify the load path so that all files beneath the top-level fixtures directory are also included in the load path? Thanks! - Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Keeping it Simple. 404.593.4879