I\'d like to migrate my fixtures to \"Factory Girl\" in Rails.
Is there any easy way to convert all yml files in a factories.rb file?
What exactly would you expect the resulting factories to be? The whole idea of Factories is that you don't have to maintain a long list of test data. Instead, the data is created on the fly, close to your tests, where it should be.