From 4f5c8b79565298d483256746797320b0fc2b00aa Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 8 Sep 2016 11:40:03 +0100 Subject: [PATCH] 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. --- test/fixtures/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2