X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8a68371ad34594cce4aadf5fef229588fd4ddc..11b1f7d739f7d85c8a65c2a8337394b333c8eee1:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 709139d68..ac0029a62 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -12,7 +12,7 @@ normal_user: home_lon: 12.1 home_zoom: 3 -second_user: +public_user: id: 2 email: test@example.com active: true @@ -37,3 +37,17 @@ inactive_user: home_lat: 123.4 home_lon: 12.34 home_zoom: 15 + +second_public_user: + id: 4 + email: public@OpenStreetMap.org + active: true + pass_crypt: <%= Digest::MD5.hexdigest('test') %> + creation_time: "2008-05-01 01:23:45" + display_name: pulibc_test2 + data_public: true + description: some test description + home_lat: 89 + home_lon: 87 + home_zoom: 12 +