]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/users.yml
Now just got one test to sort on the functional tests. All other tests are working...
[rails.git] / test / fixtures / users.yml
index 5a788c25c90951b98c7a2950610680d860511c05..28e1aca3d0fd26a757cb39d01fab696fe89ab582 100644 (file)
@@ -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') %>