From: Andy Allan Date: Fri, 10 Mar 2017 14:44:22 +0000 (+0000) Subject: Use user factories for user_login integration tests. X-Git-Tag: live~4052^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/113506bf5159bd06c218653a7d30d5a3c8d5c4e1?hp=113506bf5159bd06c218653a7d30d5a3c8d5c4e1 Use user factories for user_login integration tests. The display_name logins were reworked to use downcase since the factories supply users with an already-title-cased display_name. The tests were also renamed to align better with the purpose of the test rather than the name of the fixture used. ---