Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Fixing Rails’ Fixtures

By Peter Cooper / August 10, 2007

Fixinfixtures

In "Fixin' Fixtures" Chris Wanstrath looks at how to make working with fixtures in a Rails testing environment a lot less painful. His opening paragraph says it best:

The main problem with fixtures, for me, has always been how unfun they are. They literally suck the fun out of anything they’re around. You throw them in your test/ directory, then suddenly testing is, like, work. But it’s not work, dammit. This is Ruby, dammit.

So, keep them fun. Write your fixtures in Ruby.

Enjoy!

Comments

  1. Dan Manges says:

    In the spirit of "fixin' fixtures", here is a solution of using a factory instead of fixtures: http://www.dcmanges.com/blog/38

Other Posts to Enjoy

Twitter Mentions