#158 Factories not Fixtures


Apr 20 2009 12 mins  
Fixtures are external dependencies which can make tests brittle and difficult to read. In this episode I show a better alternative using factories to generate the needed records.