From: Shaun McDonald Date: Tue, 28 Oct 2008 12:27:10 +0000 (+0000) Subject: Moving all the functional tests to the Rails 2 way, which uses less code by having... X-Git-Tag: live~7557^2~239 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/427becc1db048c05576887e74b26c4118fa32d77?hp=427becc1db048c05576887e74b26c4118fa32d77 Moving all the functional tests to the Rails 2 way, which uses less code by having an additional sub-class to take care of the duplicate code in every test. There is a bug in rails 2.0.2, which means that super doesn't get called in the setup method in the functional tests. This is fixed in Rails 2.1.2, thus a version bump should really be done. ---