aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/vertices.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/vertices.yml')
-rw-r--r--activerecord/test/fixtures/vertices.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/vertices.yml b/activerecord/test/fixtures/vertices.yml
new file mode 100644
index 0000000000..8af0593f75
--- /dev/null
+++ b/activerecord/test/fixtures/vertices.yml
@@ -0,0 +1,4 @@
+<% (1..5).each do |id| %>
+vertex_<%= id %>:
+ id: <%= id %>
+<% end %> \ No newline at end of file