]> git.openstreetmap.org Git - rails.git/commitdiff
Refactor site controller tests to inherit from ActionDispatch::IntegrationTest
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Apr 2020 09:02:41 +0000 (11:02 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Apr 2020 09:09:13 +0000 (11:09 +0200)
This is the modern way of writing controller tests, since it uses the
rails middleware (among other things) and leads to more realistic tests.

Refs #2563


No differences found