Cloning fixtures doesn't seem to do a deep copy in rails 3.1 so the attribute changes persist into other future cloned copies of the same fixture. The fix is to create completely new records for each test. |
||
---|---|---|
.. | ||
fixtures | ||
functional | ||
integration | ||
performance | ||
unit | ||
test_helper.rb |