> In fact, fixtures can get in the way, which is why you'll see > Video.delete_all in a lot of our before(:each)'s (often accompanied by > acerbic comments about "fixture bullshit.")
Someone on your team has quite the potty mouth! :O ;) But seriously. Rails-style fixtures suck. You should be creating as much of the test data inline as possible (IMO), using helpers to build it for you. Pat _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users