X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3e9b6845d34f9cd80f9eb1099f76f7801bfae76f..dcca3ab0e9fad052e884e5df715ba2391020f0cc:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 46f8885d9..ac0029a62 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -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 +