Commit 403560baf47d3e1142aea303b5fb7901e32f33a7
1 parent
a8ef1884
Exists in
master
and in
28 other branches
fixtures: remove person without user
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
test/fixtures/profiles.yml
... | ... | @@ -13,12 +13,6 @@ joerandomhacker: |
13 | 13 | identifier: joerandomhacker |
14 | 14 | environment_id: 1 |
15 | 15 | user_id: 2 |
16 | -john_and_joe: | |
17 | - id: 3 | |
18 | - name: "John and Joe's Production Cooperative" | |
19 | - type: 'Person' | |
20 | - identifier: john_and_joe | |
21 | - environment_id: 1 | |
22 | 16 | ze: |
23 | 17 | id: 4 |
24 | 18 | name: "Zé" | ... | ... |