]> git.openstreetmap.org Git - rails.git/commitdiff
Create new diary entry records instead of cloning the fixture
authorTom Hughes <tom@compton.nu>
Wed, 28 Sep 2011 17:25:27 +0000 (18:25 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:52 +0000 (09:42 +0000)
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.


No differences found