Summary
Summarize what we’ve covered in this chapter.
We'll cover the following...
Factories vs. fixtures
In this chapter, we saw how Rails provides fixtures as a straightforward way to create a set of test data shared across multiple tests. However, fixtures are so simple that they tend not to be adaptable to ...