]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/users.yml
Now all the unit tests work
[rails.git] / test / fixtures / users.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 normal_user:
3   email: test@openstreetmap.org
4   active: 1
5   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
6   creation_time: "2007-01-01 00:00:00"
7   display_name: test
8   data_public: 0
9   description: test
10   home_lat: 1
11   home_lon: 1
12   home_zoom: 3
13   
14 second_user:
15   email: test@example.com
16   active: 1
17   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
18   creation_time: "2008-05-01 01:23:45"
19   display_name: test2
20   data_public: 1
21   description: some test description
22   home_lat: 12
23   home_lon: 12
24   home_zoom: 12
25   
26 inactive_user:
27   email: inactive@openstreetmap.org
28   active: 0
29   pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
30   display_name: Inactive User
31   data_public: 1
32   description: description
33   home_lat: 12.34
34   home_lon: 12.34
35   home_zoom: 15