X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f58fb85e03750eec372e381c1517035e9eb9837a..77a34278ca697ac47ce451959d7f8c2774d5188a:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index be8bf4c55..46f8885d9 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,26 +1,39 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html normal_user: - email: test@openstreetmap.org id: 1 - active: 1 + email: test@openstreetmap.org + active: true pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2007-01-01 00:00:00" display_name: test - data_public: 0 + data_public: false description: test - home_lat: 1 - home_lon: 1 + home_lat: 12.1 + home_lon: 12.1 home_zoom: 3 -second_user: - email:test@example.com +public_user: id: 2 - active: 1 + email: test@example.com + active: true pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2008-05-01 01:23:45" display_name: test2 - data_public: 1 + data_public: true description: some test description home_lat: 12 home_lon: 12 home_zoom: 12 + +inactive_user: + id: 3 + email: inactive@openstreetmap.org + active: false + pass_crypt: <%= Digest::MD5::hexdigest('test2') %> + creation_time: "2008-07-01 02:23:45" + display_name: Inactive User + data_public: true + description: description + home_lat: 123.4 + home_lon: 12.34 + home_zoom: 15