]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/relations.yml
preliminary commit 0.5 API with relations / untested after entity-relation rename...
[rails.git] / test / fixtures / relations.yml
diff --git a/test/fixtures/relations.yml b/test/fixtures/relations.yml
new file mode 100644 (file)
index 0000000..f1e4026
--- /dev/null
@@ -0,0 +1,13 @@
+visible_relation:
+  id: 1
+  user_id: 1
+  timestamp: 2007-01-01 00:00:00
+  visible: 1
+  version: 1
+
+invisible_relation:
+  id: 2
+  user_id: 1
+  timestamp: 2007-01-01 00:00:00
+  visible: 0
+  version: 1