]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_relation_tags.yml
In YAML yes is a boolean keyword: also fix test that was erroneously asserting success
[rails.git] / test / fixtures / current_relation_tags.yml
index aaf06a397d54a3321dda12eb054e1a3549e823d0..8185d5891c037904b6a1a68e4b4bfd3e19d5992a 100644 (file)
@@ -1,14 +1,14 @@
 t1:
   id: 1
-  k: test
-  v: yes
+  k: 'test'
+  v: 'yes'
 
 t2:
   id: 2
-  k: test
-  v: yes
+  k: 'test'
+  v: 'yes'
 
 t2:
   id: 3
-  k: test
-  v: yes
+  k: 'test'
+  v: 'yes'