X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/411445075b6431cc3978682c77e53ed469a34e5b..9e1946b2837abe146777773177f4c48ffde8c06f:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 5a788c25c..28e1aca3d 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,5 +1,6 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html normal_user: + id: 1 email: test@openstreetmap.org active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> @@ -12,6 +13,7 @@ normal_user: home_zoom: 3 second_user: + id: 2 email: test@example.com active: 1 pass_crypt: <%= Digest::MD5.hexdigest('test') %> @@ -24,6 +26,7 @@ second_user: home_zoom: 12 inactive_user: + id: 3 email: inactive@openstreetmap.org active: 0 pass_crypt: <%= Digest::MD5::hexdigest('test2') %>