In Rails 3.2, is it possible to have multiple fixture files for a given ActiveRecord object?
The client is requiring the test data be written in fixtures but also wants them to be manageable. I'd like to split up the fixtures a bit by introducing a 2nd set that the originals would include/require/render whatever.
I haven't been able to find anything via Google on how to do it and fixtures are not my cup of tea. Thanks in advance.