some tweaking to the user fixtures so that there is 2 near each other. new users nearby and friends with tests.
This commit is contained in:
parent
0c3f15f5aa
commit
411445075b
2 changed files with 40 additions and 3 deletions
6
test/fixtures/users.yml
vendored
6
test/fixtures/users.yml
vendored
|
@ -7,8 +7,8 @@ normal_user:
|
|||
display_name: test
|
||||
data_public: 0
|
||||
description: test
|
||||
home_lat: 1
|
||||
home_lon: 1
|
||||
home_lat: 12.1
|
||||
home_lon: 12.1
|
||||
home_zoom: 3
|
||||
|
||||
second_user:
|
||||
|
@ -30,6 +30,6 @@ inactive_user:
|
|||
display_name: Inactive User
|
||||
data_public: 1
|
||||
description: description
|
||||
home_lat: 12.34
|
||||
home_lat: 123.4
|
||||
home_lon: 12.34
|
||||
home_zoom: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue