]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/current_node_tags.yml
Can now run tests that use composite_primary_keys in the fixtures. Adding a new test...
[rails.git] / test / fixtures / current_node_tags.yml
1 t1:
2   id: visible_node.id
3   k: testvisible
4   v: yes
5
6 t2:
7   id: used_node_1.id
8   k: testused
9   v: yes
10
11 t3:
12   id: used_node_2.id
13   k: test
14   v: yes
15