]> git.openstreetmap.org Git - rails.git/commitdiff
Make all factory-generated users 'normal'
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Feb 2017 18:14:53 +0000 (18:14 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Feb 2017 18:26:03 +0000 (18:26 +0000)
The use of create(:normal_user) makes the tests needlessly harder to
understand and reason about, particularly when we start using
associations in the factories.


No differences found