diff options
| author | Xinhui | 2016-08-08 11:16:59 +0200 |
|---|---|---|
| committer | Xinhui | 2016-08-08 11:16:59 +0200 |
| commit | fabaf9b63e9cb7ecb0f4cd84bb15fda536e8f5b3 (patch) | |
| tree | ea1186491d9a6db968943e421652feaa15f23fe2 /spec/fixtures | |
| parent | ac6af39ce23b917e62b29b52396f8eb9e68e5e5c (diff) | |
| download | chouette-core-fabaf9b63e9cb7ecb0f4cd84bb15fda536e8f5b3.tar.bz2 | |
Set :lockable to model User
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/users.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/fixtures/users.json b/spec/fixtures/users.json index f78e1c445..d5affc81b 100644 --- a/spec/fixtures/users.json +++ b/spec/fixtures/users.json @@ -7,6 +7,7 @@ "phone_number": null, "created_at": "2016-08-05T12:33:45.152Z", "updated_at": "2016-08-05T12:33:45.152Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -19,6 +20,7 @@ "phone_number": "+336 69 25 15 71", "created_at": "2016-08-05T12:34:03.049Z", "updated_at": "2016-08-05T12:34:03.049Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -31,6 +33,7 @@ "phone_number": "0697099622", "created_at": "2016-08-05T12:34:03.161Z", "updated_at": "2016-08-05T12:34:03.161Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -43,6 +46,7 @@ "phone_number": "0033778300069", "created_at": "2016-08-05T12:34:03.256Z", "updated_at": "2016-08-05T12:34:03.256Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -55,6 +59,7 @@ "phone_number": "0302098171", "created_at": "2016-08-05T12:34:03.360Z", "updated_at": "2016-08-05T12:34:03.360Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -67,6 +72,7 @@ "phone_number": "0033763987210", "created_at": "2016-08-05T12:34:03.457Z", "updated_at": "2016-08-05T12:34:03.457Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -79,6 +85,7 @@ "phone_number": "0033790632621", "created_at": "2016-08-05T12:34:03.553Z", "updated_at": "2016-08-05T12:34:03.553Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -91,6 +98,7 @@ "phone_number": "+33799062141", "created_at": "2016-08-05T12:34:03.649Z", "updated_at": "2016-08-05T12:34:03.649Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -103,6 +111,7 @@ "phone_number": "+33614563995", "created_at": "2016-08-05T12:34:03.756Z", "updated_at": "2016-08-05T12:34:03.756Z", + "locked_at": null, "profile": "Administrateur", "organization_name": "STIF", "organization_code": "STIF" @@ -115,6 +124,7 @@ "phone_number": "00337 67 87 93 02", "created_at": "2016-08-05T12:34:03.894Z", "updated_at": "2016-08-05T12:34:03.894Z", + "locked_at": null, "profile": "Référent IV Transporteur", "organization_name": "RATP", "organization_code": "RATP" @@ -127,6 +137,7 @@ "phone_number": "+337 07 54 55 73", "created_at": "2016-08-05T12:34:03.995Z", "updated_at": "2016-08-05T12:34:03.995Z", + "locked_at": "2016-08-05T12:34:03.995Z", "profile": "Référent IV Transporteur", "organization_name": "RATP", "organization_code": "RATP" |
