]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/user_preferences.yml
Add test for OpenID login and signup
[rails.git] / test / fixtures / user_preferences.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3 a:
4   user_id: 1
5   k: "key"
6   v: "value"
7
8 two:
9   user_id: 1
10   k: "some_key"
11   v: "some_value"