# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html normal_user: email: test@openstreetmap.org id: 1 active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2007-01-01 00:00:00" display_name: test data_public: 0 description: test home_lat: 1 home_lon: 1 home_zoom: 3 second_user: email:test@example.com id: 2 active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> creation_time: "2008-05-01 01:23:45" display_name: test2 data_public: 1 description: some test description home_lat: 12 home_lon: 12 home_zoom: 12