From: Andy Allan Date: Thu, 8 Sep 2016 10:40:03 +0000 (+0100) Subject: Change the display_name of suspended user fixuture X-Git-Tag: live~3749^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4f5c8b79565298d483256746797320b0fc2b00aa?ds=inline Change the display_name of suspended user fixuture The original name is reserved, which means the user was invalid, and this causes problems when building objects using it via associations. --- diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 10633e05d..bee5aa282 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -136,7 +136,7 @@ suspended_user: status: suspended pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2007-01-01 00:00:00" - display_name: suspended + display_name: suspended user data_public: true description: test terms_agreed: "2010-01-01 11:22:33"