I would advise against using fixtures. They have a tendency to grow and end up being a pain to maintain as the app evolves.
I start my test on an empty database, and let the test use the app to generate content.
I would advise against using fixtures. They have a tendency to grow and end up being a pain to maintain as the app evolves.
I start my test on an empty database, and let the test use the app to generate content.