Summary

Summarize what we’ve covered in this chapter.

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 ...