|
|
Factories not Fixtures
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
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.
|
|
|
|
Webrat
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I show in this episode.
|
|
|
|